bug 文档拆分编辑

This commit is contained in:
赵霄
2023-11-06 14:50:38 +08:00
parent 0800dca204
commit 1153606615
@@ -1,6 +1,6 @@
<template>
<a-drawer
:title="formTitle"
:title="title"
placement="right"
:visible="visible"
@close="handleCancel"
@@ -239,7 +239,7 @@ export default {
disabledFieldList: [], // 禁用的字段
specialPlaceholder: {}, // 特殊的placeholder
optionsData: {}, // 通过接口获取的下拉数据
formTitle: this.$t('newlyAdded'),
title: this.$t('newlyAdded'),
contentList: [], // 条款内容数据
visible: false,
addIndex: 0, // 新增条款的index