F 修复任务无法新建的问题

pull/137/head v2.3.3
vapao 2020-06-15 18:17:37 +08:00
parent b7646bb243
commit 497bba27ba
1 changed files with 2 additions and 2 deletions

View File

@ -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