8/25 组别修改

20240912_adapter_z
wangwei 10 months ago
parent 13c6f20a1f
commit b5a8326912

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

Loading…
Cancel
Save