This commit is contained in:
wangdan-fit2cloud 2024-03-01 11:29:18 +08:00
parent 592dfaa8e5
commit 6ea27e2e53

View File

@ -1,6 +1,6 @@
<template>
<el-dialog title="编辑分段" v-model="dialogVisible" width="600">
<ParagraphForm ref="paragraphFormRef" :data="detail" :isEdit="true"/>
<el-dialog title="编辑分段" v-model="dialogVisible" width="600" destroy-on-close>
<ParagraphForm ref="paragraphFormRef" :data="detail" :isEdit="true" />
<template #footer>
<span class="dialog-footer">
<el-button @click.prevent="dialogVisible = false"> 取消 </el-button>