From abed484babfdae0957f67c4c2c2307e4fe6a6a38 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 04 四月 2023 16:39:55 +0800
Subject: [PATCH] 处理review 4.4.3
---
force-app/main/default/lwc/oshRecieved/oshRecieved.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/lwc/oshRecieved/oshRecieved.js b/force-app/main/default/lwc/oshRecieved/oshRecieved.js
index b8a7590..e32ff18 100644
--- a/force-app/main/default/lwc/oshRecieved/oshRecieved.js
+++ b/force-app/main/default/lwc/oshRecieved/oshRecieved.js
@@ -42,6 +42,8 @@
variant: 'error'
});
this.dispatchEvent(evt);
+ this.dispatchEvent(new CloseActionScreenEvent());
+ return;
}else{
this.updateQisSubmit();
}
--
Gitblit v1.9.1