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;