From 9e37b0eb9fe95e7f583f5ae5f86eb8944a95dcab Mon Sep 17 00:00:00 2001 From: xiangxy Date: Tue, 21 Oct 2025 16:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=BD=E5=85=B7=E7=B1=BB=E5=9E=8Bdel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Material/kzj-inout-store.vue | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/pages/Material/kzj-inout-store.vue b/pages/Material/kzj-inout-store.vue index 6ab8572..0023e26 100644 --- a/pages/Material/kzj-inout-store.vue +++ b/pages/Material/kzj-inout-store.vue @@ -24,14 +24,6 @@ /> - - - 载具类型 - - - - - @@ -46,7 +38,6 @@ import NavBar from '@/components/NavBar.vue' import SearchBox from '@/components/SearchBox.vue' import {bindEmptyVehicle, unBindEmptyVehicle} from '@/utils/getData1.js' - import {queryVehicleType} from '@/utils/getData2.js' export default { components: { NavBar, @@ -58,7 +49,6 @@ val1: '', val2: '', options: [], - index: '2', disabled: false }; }, @@ -66,28 +56,11 @@ this.title = options.title }, created () { - this._queryVehicleType() }, methods: { - async _queryVehicleType () { - try { - let res = await queryVehicleType() - if (res) { - this.options = res.data - } else { - this.options = [] - } - } catch (e) { - this.options = [] - } - }, - selectChange (e) { - this.index = e - }, clearUp () { this.val1 = '' this.val2 = '' - this.index = '' this.disabled = false }, async _bindEmptyVehicle () {