WXL
2024-04-25 ddd540811008852a59935561a456ec3b0cb0033b
src/views/repositoryai/intention/index.vue
@@ -197,7 +197,10 @@
                :show-overflow-tooltip="true"
              >
                <template slot-scope="scope">
                  <dict-tag :options="valuetypelb" :value="scope.row.valueType" />
                  <dict-tag
                    :options="valuetypelb"
                    :value="scope.row.valueType"
                  />
                </template>
              </el-table-column>
              <el-table-column
@@ -745,7 +748,7 @@
        pageNum: 1,
        pageSize: 10,
      },
      valuetypelb:[],
      valuetypelb: [],
      // 表单校验
      rules: {},
@@ -1137,6 +1140,7 @@
          targetvalue: "",
          targetregex: "",
          targetregex2: "",
          isoperation: 1,
          dynamiccruxs: [],
          nodynamiccruxs: [],
          dynamiccruxsJson: "",
@@ -1154,6 +1158,7 @@
      this.indexform = row;
      this.dynamicTags = row.baseTagList.map(this.processElement);
      this.testuserList = row.targetoptionList;
      this.testvalue='';
      this.indexopen = true;
      this.measurement = false;
    },