修改bug

prod
wangwei 2 years ago
parent 1113eab6c3
commit f90c37819e

@ -219,6 +219,7 @@ export default {
} }
}) })
.catch(() => { .catch(() => {
this.selInvVisible=true;
}); });
}, },
@ -260,14 +261,15 @@ export default {
}, },
created() { created() {
this.userInfo = { this.userInfo = {
id: store.getters.adminId, id: store.getters.adminId,
locInvCode: store.getters.locInvCode, locInvCode: store.getters.locInvCode,
locDeptCode: store.getters.locDeptCode, locDeptCode: store.getters.locDeptCode,
}; };
this.getDeptList(); this.getDeptList();
this.getInvList() //this.getInvList()
} }
} }

Loading…
Cancel
Save