From 196df4d4bf1941546d349cadbf343655578ec280 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 13 九月 2023 15:05:56 +0800
Subject: [PATCH] sit期间修改

---
 force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js b/force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js
index da06c20..c3e089b 100644
--- a/force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js
+++ b/force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js
@@ -4,7 +4,7 @@
  * @Author: chen jing wu
  * @Date: 2023-03-27 14:08:56
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-05-15 09:13:55
+ * @LastEditTime: 2023-09-11 13:48:56
  */
 import { LightningElement,wire,track,api} from 'lwc';
 import { CurrentPageReference } from "lightning/navigation";
@@ -63,9 +63,10 @@
 
     showToast(msg,type) {
         const event = new ShowToastEvent({
-            title: '',
+            title: ' ',
             message: msg,
-            variant: type
+            variant: type,
+            mode: 'sticky'
         });
         this.dispatchEvent(event);
     }
@@ -84,12 +85,13 @@
             }
         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;

--
Gitblit v1.9.1