From d1420a631e07eb3837dee3bc0926f15036379279 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 11 四月 2023 09:14:06 +0800
Subject: [PATCH] 按钮整体修改4.11
---
force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js b/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
index 6d8e5b0..59e1cc3 100644
--- a/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
+++ b/force-app/main/default/lwc/lexVOCCheck/lexVOCCheck.js
@@ -40,7 +40,7 @@
}).then(result => {
console.log(result);
if (result != null) {
- this.Isloading = false;
+
this.status = result.status;
this.isVOC = result.isVOC;
this.personId = result.personId;
@@ -79,13 +79,11 @@
return;
}
if (this.status != "璺熻繘涓�") {
- alert("涓嶆槸璺熻繘涓笉鑳界偣鍑�");
this.showToast("涓嶆槸璺熻繘涓笉鑳界偣鍑�","error");
this.dispatchEvent(new CloseActionScreenEvent());
return;
}
if (this.isVOC == undefined) {
- alert("蹇呴』閫夋嫨鏄惁VOC");
this.showToast("蹇呴』閫夋嫨鏄惁VOC","error");
this.dispatchEvent(new CloseActionScreenEvent());
return;
@@ -103,6 +101,7 @@
}else {
this.showToast(result,"error");
}
+ this.Isloading = false;
this.dispatchEvent(new CloseActionScreenEvent());
});
--
Gitblit v1.9.1