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