commit
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
|
||||
</el-tab-pane>
|
||||
|
||||
<el-tab-pane label="二级单位党委书记审核信息" name="2" v-if="hasPane(2) && viewData.unitPartAuditId">
|
||||
<el-tab-pane label="分工会审核信息" name="2" v-if="hasPane(2) && viewData.unitPartAuditId">
|
||||
<vi-title title="审核信息"></vi-title>
|
||||
<el-descriptions :column="2" border class="table_fixed">
|
||||
<el-descriptions-item label="审核人员">
|
||||
|
||||
@@ -131,8 +131,8 @@
|
||||
</el-descriptions-item>
|
||||
</el-descriptions>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="二级单位审核信息" name="6" v-if="viewData.unitPartAudit">
|
||||
<vi-title title="二级单位审核信息"></vi-title>
|
||||
<el-tab-pane label="分工会审核信息" name="6" v-if="viewData.unitPartAudit">
|
||||
<vi-title title="分工会审核信息"></vi-title>
|
||||
<el-descriptions :column="2" border class="table_fixed">
|
||||
<el-descriptions-item label="审核人员">
|
||||
{{ viewData.unitPartAudit.username }}({{ viewData.unitPartAudit.loginname }})
|
||||
|
||||
@@ -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