提示
This commit is contained in:
@@ -172,12 +172,14 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
becomeFullMembe(id) {
|
becomeFullMembe(id) {
|
||||||
|
this.$confirm('确定将该党员转为正式党员?').then(() => {
|
||||||
this.instance.post(`/app/apppartydevelop/transform?id=${id}`).then(res=> {
|
this.instance.post(`/app/apppartydevelop/transform?id=${id}`).then(res=> {
|
||||||
if(res.code == 0) {
|
if(res.code == 0) {
|
||||||
this.$message.success('成功转为正式党员!')
|
this.$message.success('成功转为正式党员!')
|
||||||
this.getList()
|
this.getList()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
onSearch(v) {
|
onSearch(v) {
|
||||||
|
|||||||
Reference in New Issue
Block a user