bug 修复cancel_resson,提示框原因清空

This commit is contained in:
zoujiandong
2023-09-13 10:12:34 +08:00
parent b108b376a9
commit 1e98beb2ee
5 changed files with 41 additions and 10 deletions
+1
View File
@@ -64,6 +64,7 @@ const handleConfirm = () => {
// Akiraka 20230210 关闭弹窗
if(response.code==200){
Message.success("取消成功");
proxy.$refs.modalFormRef.resetFields();
}else{
proxy.$notification.error(response.message);
}