修改bug

prod
wangwei 2 years ago
parent b802745013
commit 68263829a0

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

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

Loading…
Cancel
Save