Browse Source

修复网格不能修改的bug

master
HAHA 3 years ago
parent
commit
fd1fe3626b
  1. 2
      src/views/modules/base/organization/organization.vue

2
src/views/modules/base/organization/organization.vue

@ -2081,7 +2081,7 @@ export default {
this.modifyGridFrom.agencyId = data.agencyId
this.modifyGridFrom.gridType = data.gridType
this.modifyGridFrom.manageDistrict = data.manageDistrict
this.modifyGridFrom.griId = data.griId
this.modifyGridFrom.griId = data.grid
}else {
this.$message.error(msg)
}

Loading…
Cancel
Save