From 91727e58801e52fc83e68101dc059cc13923e214 Mon Sep 17 00:00:00 2001
From: zhangchunxu <1842059105@qq.com>
Date: 星期二, 08 八月 2023 13:42:47 +0800
Subject: [PATCH] 侧边栏 “个人仪表板(下属指导)”修改
---
force-app/main/default/lwc/lexUnassign/lexUnassign.js | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexUnassign/lexUnassign.js b/force-app/main/default/lwc/lexUnassign/lexUnassign.js
index e2e4da1..753a132 100644
--- a/force-app/main/default/lwc/lexUnassign/lexUnassign.js
+++ b/force-app/main/default/lwc/lexUnassign/lexUnassign.js
@@ -29,7 +29,11 @@
}else{
window.open("/apex/EquipmentRentalUnassign?raId="+this.recordId+"&EquipmentId="+this.rentalApplySetIds);
}
-
- window.open("/"+this.recordId,'_self');
+ this.closeAction();
}
+
+ closeAction() {
+ //杩斿洖褰撳墠鐨勫鍝佺敵璇�
+ window.open("/"+this.recordId,'_self');
+ }
}
\ No newline at end of file
--
Gitblit v1.9.1