From b5c6bd990aa8d408c97792d620cf1eefe3307d43 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 19 四月 2024 10:55:00 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue index 0182187..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; @@ -1236,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