修改bug

prod
wangwei 2 years ago
parent b802745013
commit 68263829a0

@ -186,6 +186,7 @@ export default {
},
watch: {
invInfo: function () {
this.filterQuery.page=this.invInfo.page;
this.getList();
},
},

@ -413,7 +413,6 @@ export default {
};
},
methods: {
//---------------------------------
onReset() { //
this.$router.push({
@ -689,6 +688,8 @@ export default {
this.currentInvInfo = {
invStorageCode: row.parentId,
invWarehouseCode: row.code,
flag:row.id,
page:1
};
},

Loading…
Cancel
Save