From 6e454c8c1add1d654334df3089770245f043bb2e Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期二, 18 七月 2023 20:30:38 +0800
Subject: [PATCH] 调拨发货 收货 耗材页面 分单 备品出借 应答沟通:To:备品中心/To:申请者 耗材 应答沟通-To:备品中心/To:申请者 备品出借的应答沟通 耗材申请的应答沟通

---
 force-app/main/default/lwc/lexSelectProduct2CIC/lexSelectProduct2CIC.js |    4 ++--
 1 files changed, 2 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..6b1b1a0 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,7 @@
 
     // 鏂板缓CIC/浜у搧	
     SelectProduct2CIC() {
-        var pathnames = window.self.location.pathname.split('/');
+        var pathnames = window.location.pathname.split("/");
         if (pathnames[1] == "emptyHtmlDoc.html") {
             window.open("/apex/SelectProduct2CIC?cicid=" + this.Id, "_parent");
         } else {

--
Gitblit v1.9.1