管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2022-11-21 ba3f4338070b930bc2b5b50bcd483aba1a37d7b9
src/views/datamanage/versionManage.vue
@@ -57,7 +57,7 @@
            <el-table-column
              align="center"
              prop="name"
              :label="$t('dataManage.vmobj.name')"
              :label="$t('common.versionName')"
            />
            <el-table-column
              align="center"
@@ -217,6 +217,7 @@
        }}</el-button>
      </div>
    </el-dialog>
    <!-- <div class="searchComp">
      <el-form ref="ruleForm" :model="ruleForm" :inline="true">
        <el-form-item :label="$t('dataManage.vmobj.keyword')" prop="name">
@@ -370,7 +371,7 @@
      this.insertform.dirid = value;
    },
    upCatalogChange(val) {
      this.upform.dirid == value;
      this.upform.dirid == val;
    },
    //目录列表获取
    async getSelectdirTab() {
@@ -380,6 +381,7 @@
        return;
      }
      this.insertform.path = 1;
      this.insertform.dirid = 1;
      this.catalogOption = this.treeData(res.result);
    },
    //树列表生成
@@ -406,6 +408,8 @@
      this.getRoleTabelData();
    },
    onSubmit() {
      this.listData.pageIndex = 1;
      this.listData.pageSize = 10;
      this.getRoleTabelData();
    },
    async getRoleTabelData() {
@@ -415,6 +419,7 @@
      this.listData.name = this.ruleForm.name;
      this.listData.depName = this.$store.state.verCateNode.name;
      const data = await select_Ver_ByPageAndCount(this.listData);
      if (data.code != 200) {