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,7 +36,7 @@ class Store {
.finally(() => this.isFetching = false) .finally(() => this.isFetching = false)
}; };
showForm = (info = {}) => { showForm = (info = {rst_notify: {mode: '0'}}) => {
this.formVisible = true; this.formVisible = true;
this.record = info this.record = info
}; };