diff --git a/spug_web/src/pages/schedule/store.js b/spug_web/src/pages/schedule/store.js index f04583a..4f95d27 100644 --- a/spug_web/src/pages/schedule/store.js +++ b/spug_web/src/pages/schedule/store.js @@ -36,12 +36,12 @@ class Store { .finally(() => this.isFetching = false) }; - showForm = (info = {}) => { + showForm = (info = {rst_notify: {mode: '0'}}) => { this.formVisible = true; this.record = info }; - showInfo = (info, h_id='latest') => { + showInfo = (info, h_id = 'latest') => { if (info) this.record = info; this.record.h_id = h_id; this.infoVisible = true