WXL
2024-05-31 e6af7e6f95fb49115bf593daff0bee48648f99cf
src/views/repositoryai/templateku/configurat/index.vue
@@ -868,9 +868,9 @@
      inputValue: "",
      inputValueillness: "",
      topicobj: {
        noMatchText:'',
        noClearlyText:'',
        slienceText:'',
        noMatchText: "",
        noClearlyText: "",
        slienceText: "",
      },
      total: 1,
      id: "",
@@ -1244,6 +1244,14 @@
    },
    addtopic(row) {
      console.log(row);
      if (
        this.ruleForm.ivrLibaTemplateScriptVOList.some(
          (obj) => obj.questiontitle == row.questiontitle
        )
      ) {
        this.$modal.msgError("该题目已存在");
        return
      }
      getverbaltrick({ id: row.id }).then((res) => {
        console.log(res, "详情");
        res.data.isoperation = 1;
@@ -1253,6 +1261,7 @@
        });
        this.ruleForm.ivrLibaTemplateScriptVOList.push(res.data);
        this.sortFn();
        this.$modal.msgSuccess("添加成功");
      });
    },
    handleDelete(row) {