diff --git a/src/views/inventory/InvSpaceManage.vue b/src/views/inventory/InvSpaceManage.vue index c0213bf9..961b5933 100644 --- a/src/views/inventory/InvSpaceManage.vue +++ b/src/views/inventory/InvSpaceManage.vue @@ -56,7 +56,7 @@ :total="total" :page.sync="filterQuery.page" :limit.sync="filterQuery.limit" - @pagination="getList" + @pagination="handleCurrentChange" /> { - this.userData = res.data.list; this.userTotal = res.data.total; + }).catch((error) => { this.$message.error("用户数据加载失败") }); }, addUser() { //添加仓库关联用户弹窗 + debugger this.currentCode = this.inputQuery.code; this.userFormVisible = true; this.selectUserQuery.code = this.inputQuery.code; this.selectUserQuery.page = 1; + for(var i=0;i