Skip to content

Commit 257ad9f

Browse files
committed
fix: 公告内容不能为空
1 parent 47f20e6 commit 257ad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/system/notice/NoticeForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<el-input v-model="formData.title" placeholder="请输入公告标题" />
1212
</el-form-item>
1313
<el-form-item label="公告内容" prop="content">
14-
<Editor :model-value="formData.content" height="150px" />
14+
<Editor v-model="formData.content" height="150px" />
1515
</el-form-item>
1616
<el-form-item label="公告类型" prop="type">
1717
<el-select v-model="formData.type" clearable placeholder="请选择公告类型">

0 commit comments

Comments
 (0)