From e98f65f2a02e82b02d327506d592564f78f4ecf7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 15 四月 2024 18:22:22 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/index.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue index 8783cfb..1971fbf 100644 --- a/src/views/repositoryai/templateku/configurat/index.vue +++ b/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("娌℃壘鍒伴�夐」锛岃鏌ョ湅闂搴撴槸鍚︽纭厤缃�"); } }); } -- Gitblit v1.9.3