Commit 56456c2a0ac0360506f80af7d20ce412620c131f
1 parent
0980ef9a
Exists in
master
and in
1 other branch
增加插槽开放值
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
packages/scheme/index.vue
| @@ -303,6 +303,8 @@ export default { | @@ -303,6 +303,8 @@ export default { | ||
| 303 | handleEdit: this.handleEdit, | 303 | handleEdit: this.handleEdit, |
| 304 | handleDelete: this.handleDelete, | 304 | handleDelete: this.handleDelete, |
| 305 | setDialog: this.setDialog, | 305 | setDialog: this.setDialog, |
| 306 | + searchModel: this.searchModel, | ||
| 307 | + formModel: this.formModel, | ||
| 306 | } | 308 | } |
| 307 | } | 309 | } |
| 308 | }, | 310 | }, |