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