修复bug

This commit is contained in:
weipengfei 2023-09-13 17:36:00 +08:00
parent 81cb456800
commit e156e46286

View File

@ -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();
},