This commit is contained in:
Fanzink
2022-03-15 09:55:49 +08:00
14 changed files with 785 additions and 1034 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2020-12-29 15:41:11
* @LastEditors: fzq
* @LastEditTime: 2022-03-11 11:14:02
* @LastEditTime: 2022-03-15 09:45:30
* @Description:
-->
<template>
@@ -157,7 +157,7 @@ export default {
this.listQuery.shelfId = this.$route.query.id
this.shCode = this.$route.query.code
this.shName = this.$route.query.shelfName
this.num = this.$route.query.columnNum
this.num = this.$route.query.total
this.getList()
},
methods: {