feat:
This commit is contained in:
parent
592dfaa8e5
commit
6ea27e2e53
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog title="编辑分段" v-model="dialogVisible" width="600">
|
<el-dialog title="编辑分段" v-model="dialogVisible" width="600" destroy-on-close>
|
||||||
<ParagraphForm ref="paragraphFormRef" :data="detail" :isEdit="true" />
|
<ParagraphForm ref="paragraphFormRef" :data="detail" :isEdit="true" />
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span class="dialog-footer">
|
<span class="dialog-footer">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user