From 3d312e60e65de7bd0194c50ae26d11c7a4d4fc73 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 09 五月 2023 17:59:59 +0800
Subject: [PATCH] review update

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

diff --git a/force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js b/force-app/main/default/lwc/lexVOCConfirm/lexVOCConfirm.js
index 1f3ffdf..0cb39f5 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-04-11 11:33:01
+ * @LastEditTime: 2023-05-09 10:04:33
  */
 import { LightningElement,wire,track,api} from 'lwc';
 import { CurrentPageReference } from "lightning/navigation";
@@ -94,7 +94,6 @@
                 this.showToast(result,"error");
             }else{
                 this.updateRecordView(this.recordId);
-                this.showToast("鎴愬姛","success");
             }
             this.Isloading = false;
             this.dispatchEvent(new CloseActionScreenEvent());

--
Gitblit v1.9.1