修复bug
This commit is contained in:
parent
81cb456800
commit
e156e46286
@ -94,7 +94,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onLoad (options) {
|
||||
options.is_show ? this.card.is_show = options.is_show : null;
|
||||
options?.is_show == 'false' ? this.card.is_show = options.is_show : null;
|
||||
options.task_id ? this.task_id = options.task_id : null;
|
||||
this.initLoad();
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user