From ed2f130164f4145560b4176da6629890c0806ded Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 10 八月 2023 18:11:27 +0800 Subject: [PATCH] 服务管理模块联调 --- src/views/client/client/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/client/client/index.vue b/src/views/client/client/index.vue index 63111a9..2c75e5d 100644 --- a/src/views/client/client/index.vue +++ b/src/views/client/client/index.vue @@ -213,7 +213,7 @@ searchClick(val, content) { console.log(val, content) this.search_map = { - [val]: content + [val.value]: content } this.getData() }, -- Gitblit v1.8.0