From 131f6d1b43aa19a4ec1478fc1b540adf1a02646e Mon Sep 17 00:00:00 2001 From: CTP <630182278@qq.com> Date: Thu, 20 Apr 2023 09:38:12 +0800 Subject: [PATCH] =?UTF-8?q?console.log=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sync/SysUdimsConfig.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue index 812f604..28d7d8a 100644 --- a/src/views/sync/SysUdimsConfig.vue +++ b/src/views/sync/SysUdimsConfig.vue @@ -753,10 +753,7 @@ export default { findConfig() .then((response) => { this.configQuery = response.data; - console.log( - "this.configQuery", - - ); + // console.log("this.configQuery", this.configQuery); this.checkedBusTypes = this.configQuery.busTypes; this.checkedToInBusTypes = this.configQuery.toInBusTypes; this.checkedChangeBusTypes = this.configQuery.changeBusTypes;