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实例)",