Browse Source

排序字段

V1.0
HAHA 3 years ago
parent
commit
5ed9cc3093
  1. 3
      src/views/modules/base/organization/organization.vue

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

@ -1588,6 +1588,7 @@ export default {
this.modifyGridFrom.gridType = '',
this.modifyGridFrom.manageDistrict = '',
this.modifyGridFrom.griId = ''
this.modifyGridFrom.gridSort = 0
},
//
cancel () {
@ -2339,6 +2340,7 @@ export default {
this.modifyGridFrom.gridType = data.gridType
this.modifyGridFrom.manageDistrict = data.manageDistrict
this.modifyGridFrom.griId = data.grid
this.modifyGridFrom.gridSort = data.gridSort
} else {
this.$message.error(msg)
}
@ -2416,6 +2418,7 @@ export default {
if (code === 0) {
this.$message.success("修改成功")
this.modifyGridFrom.gridSort = 0
this.modifyGridPop = false
this.getAgencyList()
this.getDepartmentList()

Loading…
Cancel
Save