Browse Source

【安宁pc端 】-【小程序码管理 - 添加网格党支部小程序码生成】

migration
weikai 5 years ago
parent
commit
77b7b563b7
  1. 5
      src/views/modules/sys/deptmacode-optimize.vue

5
src/views/modules/sys/deptmacode-optimize.vue

@ -146,7 +146,8 @@ export default {
gridList: [],
maCodeCategorys: [
{ id: '0', name: '群众注册码' },
{ id: '1', name: '网格长注册码' }
{ id: '1', name: '网格长注册码' },
{ id: '2', name: '网格党支部注册码' }
]
}
},
@ -327,7 +328,7 @@ export default {
)
.then(() => {
this.$http
.post(`/sys/optimize/deptmacode/gridBranchparty`)
.post(`/sys/deptmacode/createGridBranchParty`)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg)

Loading…
Cancel
Save