1129部署 #115

Merged
hanchaobo merged 5 commits from hcb into dev 2023-11-29 15:00:06 +00:00
Showing only changes of commit fefef715d5 - Show all commits
@@ -87,13 +87,8 @@ export default {
},
handleSuccess(response) {
if (response.code == 200) {
<<<<<<< HEAD
this.$message.success('上传成功');
this.cancel()
=======
this.$message.success('上传成功')
this.$emit("cancelUpload");
>>>>>>> bc4691123ec628dfcb0e8da135f81da669366537
} else {
this.$message.error(response.msg);
}