mirror of https://github.com/openspug/spug
parent
b7646bb243
commit
497bba27ba
|
@ -36,7 +36,7 @@ class Store {
|
|||
.finally(() => this.isFetching = false)
|
||||
};
|
||||
|
||||
showForm = (info = {}) => {
|
||||
showForm = (info = {rst_notify: {mode: '0'}}) => {
|
||||
this.formVisible = true;
|
||||
this.record = info
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue