| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-03-27 14:08:56 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-05-15 09:13:55 |
| | | * @LastEditTime: 2023-08-24 15:37:45 |
| | | */ |
| | | import { LightningElement,wire,track,api} from 'lwc'; |
| | | import { CurrentPageReference } from "lightning/navigation"; |
| | |
| | | } |
| | | updateForVOCConfirmButton({ |
| | | recordId: this.recordId, |
| | | satisfy: this.sSatisfy, |
| | | satisfy: this.satisfy, |
| | | satisfy1: this.satisfy1 |
| | | }).then(result=>{ |
| | | if(result){ |
| | | this.showToast(result,"error"); |
| | | }else{ |
| | | this.showToast(result,"success"); |
| | | this.updateRecordView(this.recordId); |
| | | } |
| | | this.Isloading = false; |