From 07390e2fcb4adf27c928335bf27ae7939c5a80ad Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 23 五月 2023 11:28:12 +0800
Subject: [PATCH] bakcup20230523
---
force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js b/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js
index 99cc31c..5100340 100644
--- a/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js
+++ b/force-app/main/default/lwc/lexVOCAnswer/lexVOCAnswer.js
@@ -4,7 +4,7 @@
* @Author: chen jing wu
* @Date: 2023-03-27 14:05:59
* @LastEditors: chen jing wu
- * @LastEditTime: 2023-04-11 11:30:45
+ * @LastEditTime: 2023-05-09 10:21:25
*/
import { LightningElement, wire, track, api } from "lwc";
import { CurrentPageReference } from "lightning/navigation";
@@ -70,6 +70,7 @@
update() {
if (this.status != "宸插垎閰�") {
this.showToast("涓嶆槸宸插垎閰嶄笉鑳界偣鍑�", "error");
+ this.dispatchEvent(new CloseActionScreenEvent());
return;
}
updateForVOCAnswerButton({
@@ -78,7 +79,6 @@
if (result) {
this.showToast(result,"error");
} else {
- this.showToast("鎴愬姛", "success");
this.updateRecordView(this.recordId);
}
this.Isloading = false;
--
Gitblit v1.9.1