commit
This commit is contained in:
@@ -982,6 +982,7 @@ layout("/layouts/platform.html"){
|
||||
const resp = await $.post('/platform/sys/club/clubMyApply/doDelete', {id: id})
|
||||
this.notifySuccess("删除成功")
|
||||
this.doSearch()
|
||||
await this.loadTree()
|
||||
}
|
||||
},
|
||||
fzrChange(id) {
|
||||
|
||||
@@ -381,6 +381,7 @@ layout("/layouts/platform.html"){
|
||||
row.loginname = user.loginname
|
||||
row.unitname = user.unitname
|
||||
row.mobile = user.mobile
|
||||
this.userOptions = []
|
||||
},
|
||||
sponsorPersonChange(val, row, index) {
|
||||
const cloneData = clone(this.sponsorData)
|
||||
@@ -398,6 +399,8 @@ layout("/layouts/platform.html"){
|
||||
row.loginname = user.loginname
|
||||
row.unitname = user.unitname
|
||||
row.mobile = user.mobile
|
||||
|
||||
this.userOptions = []
|
||||
},
|
||||
fzrChange(id) {
|
||||
const user = this.userOptions.find(v => {
|
||||
|
||||
@@ -86,7 +86,7 @@ layout("/layouts/platform.html"){
|
||||
</el-card>
|
||||
|
||||
<template #edit>
|
||||
<club-regist-info ref="info2" :handle="true" label="二级单位党委书记审核" :panes="[2]">
|
||||
<club-regist-info ref="info2" :handle="true" label="分工会审核" :panes="[2]">
|
||||
<template #handle>
|
||||
<vi-title title="审核信息"></vi-title>
|
||||
<el-form :model="formData" ref="form" :rules="formRules" label-position="right"
|
||||
|
||||
Reference in New Issue
Block a user