lishougeng пре 1 година
родитељ
комит
d9a87efdc7
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/views/aps/presalesorder/index.vue

+ 2 - 1
src/views/aps/presalesorder/index.vue

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