9.8修改

This commit is contained in:
zoujiandong
2025-09-08 13:19:56 +08:00
parent 3afb48fd08
commit 74ce9a2841
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const handleConfirm = async () => {
Message.success("成功");
//proxy.$refs.modalFormRef.resetFields();
}else{
proxy.$notification.error(response.message);
proxy.$notification.error(data.message);
}
emits('closeChangeOk',true);
}