管道基础大数据平台系统开发-【前端】-新系統界面
src/views/datamanage/uploadmanage.vue
@@ -429,7 +429,7 @@
            <el-button
              size="small"
              type="info"
              @click="setsubmitLayerSubmit()"
              @click="setinsertLayerCancel()"
            >{{$t('common.cancel')}}</el-button>
          </el-form-item>
        </el-form>
@@ -535,6 +535,10 @@
  methods: {
    setloadDialogVisible() {
      this.loadDialogVisible = false
    },
    setinsertLayerCancel() {
      this.insertDialogVisible = false;
      this.insertLayer = { name: '', number: null, min: 4, max: 8 };
    },
    //发布提交
    async setinsertLayerSubmit() {
@@ -823,7 +827,7 @@
    },
    //版本列表切换
    handleVerChange(value) {
      debugger
      this.formInline.verid = value;
      this.getTableData();
    },
@@ -884,7 +888,7 @@
        }
        const data = await publish_selectByPage(this.listData);
        debugger
        if (data.result) {
          var that = this
          var val = data.result.filter((res) => {