From 2cf3b116d3d79cd40936e56d499fce7cbbe98e76 Mon Sep 17 00:00:00 2001 From: "qianhao.xu" Date: Sat, 23 Mar 2024 14:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E7=AE=A1=E7=90=86:=E5=BA=93?= =?UTF-8?q?=E4=BD=8D=EF=BC=9Aupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wmsManagement/storagelocation.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/wmsManagement/storagelocation.vue b/src/views/wmsManagement/storagelocation.vue index 2fa544a..e3b25f1 100644 --- a/src/views/wmsManagement/storagelocation.vue +++ b/src/views/wmsManagement/storagelocation.vue @@ -4,15 +4,11 @@ - - - + - - - + @@ -25,6 +21,7 @@ + @@ -43,10 +40,9 @@ export default { data() { return { activeName: 'first', - shelfList: ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'L'], - layerList: [1, 2, 3], + formInline: { - shelf: 'A', + shelf: '', layer: 1, }, pagination: { @@ -57,7 +53,11 @@ export default { tableData: [], } }, - mounted() {}, + mounted() { + this.getList(); + + + }, methods: { //todo 搜索查询 getList() {