|
|
|
@ -866,6 +866,10 @@ export default {
|
|
|
|
|
invRemindNumber: 0,
|
|
|
|
|
remake: null,
|
|
|
|
|
};
|
|
|
|
|
if (this.groupData != null){
|
|
|
|
|
this.formData.constituencies = this.groupData.code
|
|
|
|
|
}
|
|
|
|
|
// if (this.)
|
|
|
|
|
this.getDeptList()
|
|
|
|
|
createWorkplaceId().then(res => {
|
|
|
|
|
if (res.code == 20000) {
|
|
|
|
@ -1259,7 +1263,7 @@ export default {
|
|
|
|
|
created() {
|
|
|
|
|
this.getList()
|
|
|
|
|
// this.getInvList()
|
|
|
|
|
this.getBusType()
|
|
|
|
|
// this.getBusType()
|
|
|
|
|
this.getTree()
|
|
|
|
|
this.getLstTree()
|
|
|
|
|
this.getDeptList()
|
|
|
|
|