From 1009cd75835ed5f79c475e185fe00cf94aa0bb12 Mon Sep 17 00:00:00 2001 From: WeiRan <2392355487@qq.com> Date: Sun, 8 Sep 2024 18:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AE=A1=E7=90=86=E5=AE=8C?= =?UTF-8?q?=E5=96=84=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/apitest/index.vue | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/views/market/apitest/index.vue b/src/views/market/apitest/index.vue index bcda513..4a16bc1 100644 --- a/src/views/market/apitest/index.vue +++ b/src/views/market/apitest/index.vue @@ -547,10 +547,7 @@ export default { // 解析JSON字符串为JavaScript对象 const jsonData = JSON.parse(jsonData1); }); - }, - handleEdit(row) { - this.selectedRow = row; - }, + }}, confirmSelection(row) { this.dialogVisible1=false if (this.selectedRow) { @@ -589,12 +586,9 @@ export default { // 将结果div添加到容器中 container.appendChild(resultDiv); - }) - } + } //测试次数-1 reducetestcount(this.myapi).then(response=>{}) - - } }, //生命周期 - 创建完成(可以访问当前this实例)",