| | |
| | | this.getaddtopiclist(); |
| | | }, |
| | | getaddtopiclist() { |
| | | console.log(11); |
| | | console.log(12); |
| | | this.drawer = true; |
| | | getverbaltricklist(this.queryParams).then((res) => { |
| | | this.loading = false; |
| | |
| | | item.isoperation = 1; |
| | | }); |
| | | this.ruleForm.ivrLibaTemplateScriptVOList.push(res.data); |
| | | this.sortFn(); |
| | | }); |
| | | }, |
| | | handleDelete(row) { |
| | |
| | | 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("没找到选项,请查看问题库是否正确配置"); |
| | | } |
| | | }); |
| | | } |