We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1e525 commit 8c62271Copy full SHA for 8c62271
front-end/h5/src/views/work-manager/list.vue
@@ -144,9 +144,8 @@ export default {
144
}
145
</a-row>
146
{
147
- this.previewVisible &&
148
<PreviewDialog
149
- work={this.activeWork}
+ work={this.activeWork || {}}
150
visible={this.previewVisible}
151
handleClose={() => { this.previewVisible = false }}
152
/>
front-end/h5/src/views/work-manager/templates.vue
@@ -138,9 +138,8 @@ export default {
138
139
140
141
142
143
0 commit comments