瀏覽代碼

预销售单修改

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)
         .then((res) => {
-          this.$emit('handleQuery', this.queryParams);
           this.$refs.uploadFile.clearFiles();
+          this.handleQuery();
+          this.upload.open = false;
         })
         .catch((data) => {
           if (data.code != -1) {