From 09c6316e5305d6504d32012e2704cfc8386d77f4 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期四, 01 四月 2021 18:00:59 +0800 Subject: [PATCH] 废水查询面板 --- src/components/panel/RightSearchPanel.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue index cbce13b..f3c049f 100644 --- a/src/components/panel/RightSearchPanel.vue +++ b/src/components/panel/RightSearchPanel.vue @@ -96,7 +96,7 @@ console.log(done) }, selected (val) { - console.log(val) + // console.log(val) this.topicList.forEach((itm) => { itm.checked = val.name === itm.name }) -- Gitblit v1.8.0