update 文件上传补全漏改

This commit is contained in:
疯狂的狮子li 2022-02-28 13:03:55 +08:00
parent eefdba947c
commit 2190d87dc9

View File

@ -162,8 +162,8 @@ export default {
this.$modal.closeLoading(); this.$modal.closeLoading();
} }
} else { } else {
this.$message.error(res.msg); this.$modal.msgError(res.msg);
this.loading.close(); this.$modal.closeLoading();
} }
}, },
// //