feat:
This commit is contained in:
parent
592dfaa8e5
commit
6ea27e2e53
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user