This commit is contained in:
@jyuhsin
2024-12-25 10:08:23 +08:00
parent 414f91c50a
commit d78b9bbc8d
11 changed files with 27 additions and 21 deletions
@@ -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"