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

Loading…
Cancel
Save