WXL
2024-04-15 e98f65f2a02e82b02d327506d592564f78f4ecf7
src/views/repositoryai/templateku/configurat/index.vue
@@ -1197,7 +1197,7 @@
      this.getaddtopiclist();
    },
    getaddtopiclist() {
      console.log(11);
      console.log(12);
      this.drawer = true;
      getverbaltricklist(this.queryParams).then((res) => {
        this.loading = false;
@@ -1216,6 +1216,7 @@
          item.isoperation = 1;
        });
        this.ruleForm.ivrLibaTemplateScriptVOList.push(res.data);
        this.sortFn();
      });
    },
    handleDelete(row) {
@@ -1235,11 +1236,12 @@
        this.topicobj = row;
      } else {
        getverbaltrick({ id: row.id }).then((res) => {
          if (res.code == 200) {
          if (res.data) {
            this.topicobj = res.data;
            console.log(res.data, "topicobj");
          } else {
            console.log("没找到");
            this.topicobj = row;
            console.log("没找到选项,请查看问题库是否正确配置");
          }
        });
      }