WXL
2024-07-25 e7170681ee9e544f51564e026279875c0cc31563
测试完成
已修改3个文件
16 ■■■■■ 文件已修改
src/views/repositoryai/intention/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/templateku/configurat/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/verbaltrick/particulars/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/repositoryai/intention/index.vue
@@ -817,7 +817,7 @@
    },
    changeselect(row) {
      console.log(row);
      this.hasValue = row.includes('2');
      this.hasValue = row.includes("2");
    },
    //删除分类
    deletefenlei(row) {
@@ -921,7 +921,7 @@
      console.log(this.dynamicTags.indexOf(tag));
      const lindex = this.dynamicTags.indexOf(tag);
      this.dynamicTags.splice(this.dynamicTags.indexOf(tag), 1);
      this.indexform.baseTagList[lindex].isoperation = 3;
      this.indexform.ivrLibaTargetTagList[lindex].delFlag = 3;
    },
    handleInputConfirm() {
      let tagvalue = {};
@@ -943,9 +943,9 @@
            };
          }
          console.log(tagvalue);
          this.indexform.baseTagList.push(tagvalue);
          this.indexform.ivrLibaTargetTagList.push(tagvalue);
          this.dynamicTags.push(tagvalue);
          console.log(this.indexform.baseTagList);
          console.log(this.indexform.ivrLibaTargetTagList);
          console.log(this.dynamicTags);
        });
      }
@@ -1130,7 +1130,7 @@
        suitWayList: undefined,
        id: undefined,
        targetdesc: undefined,
        baseTagList: [],
        ivrLibaTargetTagList: [],
        targetoptionList: [],
      };
      // this.resetForm("indexform");
@@ -1162,7 +1162,7 @@
      this.reset();
      this.title = "新增指标";
      this.indexform = {
        baseTagList: [],
        ivrLibaTargetTagList: [],
        targetoptionList: [],
      };
      this.dynamicTags = [];
@@ -1205,7 +1205,7 @@
          },
        ];
      }
      this.dynamicTags = row.baseTagList.map(this.processElement);
      this.dynamicTags = row.ivrLibaTargetTagList.map(this.processElement);
      this.testuserList = row.targetoptionList;
      console.log(this.testuserList, "bbbb");
      this.testvalue = "";
src/views/repositoryai/templateku/configurat/index.vue
@@ -188,6 +188,7 @@
                @change="handleInputConfirm"
                filterable
                remote
                allow-create
                reserve-keyword
                default-first-option
                :remote-method="remoteMethodtag"
src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -131,6 +131,7 @@
                @change="handleInputConfirm"
                filterable
                remote
                allow-create
                reserve-keyword
                default-first-option
                :remote-method="remoteMethodtag"