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() {