|
|
@ -1638,7 +1638,6 @@ export default { |
|
|
|
}, |
|
|
|
// 添加网格 |
|
|
|
async submitGrid () { |
|
|
|
debugger |
|
|
|
this.$refs.addGridForm.validate(async (result) => { |
|
|
|
if (result === true) { |
|
|
|
const url = "/gov/org/grid/addgrid"; |
|
|
@ -1661,7 +1660,7 @@ export default { |
|
|
|
if (code === 0) { |
|
|
|
this.$message.success("添加成功"); |
|
|
|
this.dialogVisibleGrid = false; |
|
|
|
this.GridForm = []; |
|
|
|
this.GridFormRest(); |
|
|
|
this.getAgencyList(); |
|
|
|
this.getDepartmentList(); |
|
|
|
this.getGridList(); |
|
|
|