管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-04-13 04e2c2e8f79368c462bc13c285c349cb9d387bde
src/views/datamanage/dataUpdata.vue
@@ -1384,6 +1384,7 @@
      :visible.sync="warehouseDialog"
      width="70%"
      :close-on-click-modal="false"
      :before-close="handleWarehouseClose"
    >
      <div style="height:65vh">
        <el-table
@@ -1660,7 +1661,7 @@
        label1: '上传',
        label2: '文件上传进度:'
      },
      warehouseDialog: true,
      warehouseDialog: false,
      wareData: [],
    };
  },
@@ -2051,6 +2052,10 @@
      this.setInsrtWareTableClose();
    },
    handleWarehouseClose() {
      this.warehouseDialog = false;
      this.wareData = [];
    },
    //自动匹配
    autoMatchWare() {
      var val1 = this.tableWareOne;