WXL
2024-01-04 f93cb40b76468c6f1063081a3be16027d69b4832
src/views/repositoryai/verbaltrick/particulars/index.vue
@@ -578,9 +578,7 @@
      ],
      qyoptions: [],
      options: [],
      variablelist: [
      ],
      variablelist: [],
      addvalue: "添加题目",
      languagelist: [], //语言列表
@@ -613,7 +611,9 @@
      getverbaltrick({ id: id }).then((res) => {
        this.indexform = res.data;
        this.indexform.assortid = parseInt(this.indexform.assortid);
        this.variablelist = JSON.parse(this.indexform.parameter)?JSON.parse(this.indexform.parameter):[{name:'',value:''}];
        this.variablelist = JSON.parse(this.indexform.parameter)
          ? JSON.parse(this.indexform.parameter)
          : [{ name: "", value: "" }];
        this.dynamicTags = this.indexform.ivrLibaScriptTagList.map(
          this.processElement
        );
@@ -671,7 +671,7 @@
        if (this.indexform.ivrLibaScriptTargetoptionList.length) {
          return this.Editprogress++;
        }
        gettargetInfo({ targetID: this.indexform.targetid }).then((res) => {
        gettargetInfo({ targetid: this.indexform.targetid }).then((res) => {
          this.indexform.isenable = res.rows[0].isenable;
          this.indexform.targetname = res.rows[0].targetname;
          res.rows[0].targetoptionList.forEach((item) => {