From acbc8a4e207f6a914feb202c2879a4fa330ce57d Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期一, 12 六月 2023 18:59:39 +0800
Subject: [PATCH] 修改备品qis 注残
---
force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js b/force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js
index 8eec3a3..8e7f76d 100644
--- a/force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js
+++ b/force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js
@@ -37,7 +37,7 @@
this.IsLoading = false;
this.Id = result.Id;
- this.QuarterlyReport();
+ this.SelectProduct2CIC();
this.dispatchEvent(new CloseActionScreenEvent());
}
}).catch(error => {
@@ -47,7 +47,8 @@
// 鏂板缓CIC/浜у搧
SelectProduct2CIC() {
- var pathnames = window.self.location.pathname.split('/');
+ console.log(11111111);
+ var pathnames = window.location.pathname.split("/");
if (pathnames[1] == "emptyHtmlDoc.html") {
window.open("/apex/SelectProduct2CIC?cicid=" + this.Id, "_parent");
} else {
--
Gitblit v1.9.1