diff --git a/src/views/thirdSys/busType/busTypeModify.vue b/src/views/thirdSys/busType/busTypeModify.vue index d6b0eedb..c721db70 100644 --- a/src/views/thirdSys/busType/busTypeModify.vue +++ b/src/views/thirdSys/busType/busTypeModify.vue @@ -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.loading = false; - this.localTypes = []; - }); }, },