From 0ed68606b55b104680447ec99750f22d885b226b Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期五, 14 七月 2023 18:11:35 +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