|
|
@ -99,7 +99,7 @@ |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog :visible.sync="showEdit" :close-on-click-modal="false" :close-on-press-escape="false" title="修改" |
|
|
<el-dialog :visible.sync="showEdit" :close-on-click-modal="false" :close-on-press-escape="false" title="修改" |
|
|
width="850px" top="10vh" class="dialog-h" @closed="showEditClose"> |
|
|
width="850px" top="10vh" class="dialog-h" @closed="showEditClose"> |
|
|
<edit v-if="showEdit" :VolunteerList="fmData" @showEditClose="showEditClose" /> |
|
|
<edit v-if="showEdit" :VolunteerList="EditList" @showEditClose="showEditClose" /> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog :visible.sync="showMember" :close-on-click-modal="false" :close-on-press-escape="false" |
|
|
<el-dialog :visible.sync="showMember" :close-on-click-modal="false" :close-on-press-escape="false" |
|
|
title="成员管理" width="1000px" top="10vh" class="dialog-h" @closed="MemberManagementClose"> |
|
|
title="成员管理" width="1000px" top="10vh" class="dialog-h" @closed="MemberManagementClose"> |
|
|
@ -424,7 +424,7 @@ export default { |
|
|
handleEdit(row){ |
|
|
handleEdit(row){ |
|
|
this.showEdit=true, |
|
|
this.showEdit=true, |
|
|
this.EditList=row |
|
|
this.EditList=row |
|
|
console.log(row,this.fmData,"row"); |
|
|
console.log(row,this.EditList,"row"); |
|
|
}, |
|
|
}, |
|
|
//关闭修改 |
|
|
//关闭修改 |
|
|
showEditClose(){ |
|
|
showEditClose(){ |
|
|
|