From 33d5b258410fca50525f8cd91a150c4707645fc9 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Sat, 28 Jan 2023 09:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E6=8D=AE=E7=B1=BB=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/thirdSys/busType/busTypeModify.vue | 9 --------- 1 file changed, 9 deletions(-) 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 = []; - }); }, },