@ -87,7 +87,7 @@
</el-dialog>
<el-dialog :visible.sync="showInfo" :close-on-click-modal="false" :close-on-press-escape="false" title="查看"
width="850px" top="10vh" class="dialog-h" @closed="showInfoClose">
<info ref="ref_form" v-if="showInfo" :VolunteerList="fmData" @showInfoClose="showInfoClose" />
<info ref="ref_form_info" v-if="showInfo" :VolunteerList="fmData" @showInfoClose="showInfoClose" />
@ -400,7 +400,7 @@ export default {
this.showAdd=true
this.formTitle="新增"
this.$nextTick(() => {
this.$refs.ref_form.initForm("add", null);
});
// this.$refs.ref_form.initForm("add", null);
},
@ -421,7 +421,7 @@ export default {
this.showInfo=true
this.formTitle="查看"
this.$refs.ref_form.initForm("info", row.id);
this.$refs.ref_form_info.initForm("info", row.id);