|
|
@@ -228,8 +228,6 @@ export default {
|
|
|
// 上传
|
|
|
submitUpload() {
|
|
|
this.$refs.upload.submit();
|
|
|
- this.importVisible = false
|
|
|
- this.getDataList()
|
|
|
},
|
|
|
// 移除
|
|
|
handleRemove(file, fileList) {
|
|
|
@@ -260,6 +258,7 @@ export default {
|
|
|
duration: 1500,
|
|
|
onClose: () => {
|
|
|
this.importVisible = false;
|
|
|
+ this.getDataList()
|
|
|
},
|
|
|
});
|
|
|
} else {
|