fix: 系统通知

feature/task1.0.0__0514__ch
向文可 2 years ago
parent 831eef4ed7
commit 17020c7027

@ -9,7 +9,7 @@
:reset="handleReset"
title="消息通知"
:total="total"
@create="handleCreate"
@create="handleCreate()"
@remove="handleRemove"
@search="handleSearch"
>
@ -110,6 +110,7 @@
Object.assign(
formState.form,
row || {
id: null,
title: null,
content: null,
linkJump: null,

Loading…
Cancel
Save