Quellcode durchsuchen

预销售单修改

lishougeng vor 1 Jahr
Ursprung
Commit
d9a87efdc7
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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)
         .then((res) => {
-          this.$emit('handleQuery', this.queryParams);
           this.$refs.uploadFile.clearFiles();
+          this.handleQuery();
+          this.upload.open = false;
         })
         .catch((data) => {
           if (data.code != -1) {