From 497bba27ba11c43eb4c3407254bc064b12fd1b78 Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 15 Jun 2020 18:17:37 +0800 Subject: [PATCH] =?UTF-8?q?F=20=E4=BF=AE=E5=A4=8D=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=96=B0=E5=BB=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_web/src/pages/schedule/store.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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