console.log注释

ywj_dev
CTP 2 years ago
parent 3ea122603d
commit 131f6d1b43

@ -753,10 +753,7 @@ export default {
findConfig()
.then((response) => {
this.configQuery = response.data;
console.log(
"this.configQuery",
<this className="configQuery"></this>
);
// console.log("this.configQuery", this.configQuery);
this.checkedBusTypes = this.configQuery.busTypes;
this.checkedToInBusTypes = this.configQuery.toInBusTypes;
this.checkedChangeBusTypes = this.configQuery.changeBusTypes;

Loading…
Cancel
Save