Commit e6183e14 by Kyle_Li

修复批量导入上传错误BUG

parent 5670f1d8
......@@ -412,6 +412,7 @@ export default {
},
handleError() {
checkFalse('上传失败');
this.$refs.memberUpload.clearFiles();
this.load = false;
},
onDialogSuccessClosed() {
......@@ -428,6 +429,7 @@ export default {
this.$refs.memberUpload.clearFiles();
this.getIntegral();
} else {
this.$refs.memberUpload.clearFiles();
this.load = false;
checkFalse(response.message)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment