@@ -418,8 +418,9 @@ export default {
});
importFile(fd)
.then((res) => {
- this.$emit('handleQuery', this.queryParams);
this.$refs.uploadFile.clearFiles();
+ this.handleQuery();
+ this.upload.open = false;
})
.catch((data) => {
if (data.code != -1) {