diff --git a/src/views/system/notify/index.vue b/src/views/system/notify/index.vue index 1fcde37..d9c4ab9 100644 --- a/src/views/system/notify/index.vue +++ b/src/views/system/notify/index.vue @@ -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,