查询出入库单 切换仓库查询 total不变化问题

dev
wangwei 2 years ago
parent 42f7da0483
commit 6ed5424b89

@ -258,7 +258,7 @@
</el-table> </el-table>
<pagination <pagination
v-show="total>0" v-show="total>0"
:total="total" :total.sync="total"
:limit.sync="filterQuery.limit" :limit.sync="filterQuery.limit"
:page.sync="filterQuery.page" :page.sync="filterQuery.page"
@pagination="getList" @pagination="getList"
@ -1056,6 +1056,7 @@ export default {
// this.filterQuery.busType = 2; // // this.filterQuery.busType = 2; //
getOrderList(this.filterQuery) getOrderList(this.filterQuery)
.then((response) => { .then((response) => {
debugger
this.loading = false; this.loading = false;
if (response.code === 20000) { if (response.code === 20000) {
this.list = response.data.list || []; this.list = response.data.list || [];

Loading…
Cancel
Save