From 2c0d3120a50911c461feb5db6a202769bac9ea8b Mon Sep 17 00:00:00 2001
From: zz <1842059105@qq.com>
Date: 星期二, 11 四月 2023 17:30:58 +0800
Subject: [PATCH] 提交 招标项目 ‘关联已有询价’、‘相关性确认’、‘查看附件(旧)'
---
force-app/main/default/lwc/lexSIStoOPD/lexSIStoOPD.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexSIStoOPD/lexSIStoOPD.js b/force-app/main/default/lwc/lexSIStoOPD/lexSIStoOPD.js
index 94f34b3..1996195 100644
--- a/force-app/main/default/lwc/lexSIStoOPD/lexSIStoOPD.js
+++ b/force-app/main/default/lwc/lexSIStoOPD/lexSIStoOPD.js
@@ -1,3 +1,11 @@
+/*
+ * @Description:
+ * @version:
+ * @Author: chen jing wu
+ * @Date: 2023-04-07 09:02:03
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-04-11 09:10:42
+ */
import { api, wire,LightningElement } from 'lwc';
import { CurrentPageReference } from "lightning/navigation";
import { CloseActionScreenEvent } from 'lightning/actions';
@@ -74,9 +82,9 @@
}else{
this.showToast("鎴愬姛","success");
this.updateRecordView(this.recordId);
- }
- this.dispatchEvent(new CloseActionScreenEvent());
+ }
this.IsLoading = false;
+ this.dispatchEvent(new CloseActionScreenEvent());
});
}
--
Gitblit v1.9.1