发展党员转正
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
<el-button type="text" @click="toDetail(row.id)">详情</el-button>
|
||||||
<el-button type="text" @click="toAdd(row.id)">编辑</el-button>
|
<el-button type="text" @click="toAdd(row.id)">编辑</el-button>
|
||||||
<el-button type="text" @click="remove(row.id)">删除</el-button>
|
<el-button type="text" @click="remove(row.id)">删除</el-button>
|
||||||
|
<el-button type="text" @click="becomeFullMembe(row.id)">转为正式</el-button>
|
||||||
<!-- <el-button type="text" @click="toAdd(row.id)">编辑</el-button>
|
<!-- <el-button type="text" @click="toAdd(row.id)">编辑</el-button>
|
||||||
<el-button type="text" @click="showNeighbourSetting(row.id)"
|
<el-button type="text" @click="showNeighbourSetting(row.id)"
|
||||||
v-if="permissions('app_apppartyfourresident_detail')">四邻设置
|
v-if="permissions('app_apppartyfourresident_detail')">四邻设置
|
||||||
@@ -171,6 +171,15 @@ export default {
|
|||||||
this.getList(e.id)
|
this.getList(e.id)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
becomeFullMembe(id) {
|
||||||
|
this.instance.post(`/app/apppartydevelop/transform?id=${id}`).then(res=> {
|
||||||
|
if(res.code == 0) {
|
||||||
|
this.$message.success('成功转为正式党员!')
|
||||||
|
this.getList()
|
||||||
|
}
|
||||||
|
})
|
||||||
|
},
|
||||||
|
|
||||||
onSearch(v) {
|
onSearch(v) {
|
||||||
this.orgTree.filter(v)
|
this.orgTree.filter(v)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user