@ -95,7 +95,6 @@ export default {
isBuType: true,
},
thirdSys: [],
localTypes: [],
isAdd: false,
value: "",
}
@ -110,14 +109,6 @@ export default {
this.loading = false;
this.list = [];
});
getLocalBusType(this.filterQuery)
.then((response) => {
this.localTypes = response.data.list || [];
})
.catch(() => {
this.localTypes = [];