From 8dccbfaf004a903002dc0422f6b4e23823db4ce3 Mon Sep 17 00:00:00 2001 From: Wang YiHang <3060234389@qq.com> Date: Tue, 10 Sep 2024 21:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/apitype/api/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/apitype/api/index.vue b/src/views/apitype/api/index.vue index cd53088..9fc1822 100644 --- a/src/views/apitype/api/index.vue +++ b/src/views/apitype/api/index.vue @@ -245,7 +245,9 @@ export default { }, methods: { handleStatusChange(row){ - + updateApi(row).then(res=>{ + console.log(res) + }) }, getreqmsg(){ listMsg(this.reqmsgs).then(res=>{