WXL
2024-04-25 c1857baa3a4fbce727da5de733fe30d38477978f
src/views/repositoryai/intention/index.vue
@@ -706,7 +706,9 @@
      }, //类别表单
      // 表格数据
      targetList: null,
      testuserList: [],
      testuserList: [
      ],
      // 弹出层标题
      title: "",
      // 是否显示弹出层
@@ -1156,9 +1158,22 @@
      console.log(row);
      this.title = "指标详情";
      this.indexform = row;
      if(!row.targetoptionList[0]){
        row.targetoptionList=[{
          targettype: "1",
          targetvalue: "",
          targetregex: "",
          targetregex2: "",
          isoperation: 1,
          dynamiccruxs: [],
          nodynamiccruxs: [],
          dynamiccruxsJson: "",
          nodynamiccruxsJson: "",
        },]
      }
      this.dynamicTags = row.baseTagList.map(this.processElement);
      this.testuserList = row.targetoptionList;
      this.testvalue='';
      this.testvalue = "";
      this.indexopen = true;
      this.measurement = false;
    },