Commit dd3e04881a87878860b4177ccdda67741f548716

Authored by 刘汉宸
1 parent 4c64588a

fix: 修复Scheme插槽传值

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
packages/scheme/index.vue
... ... @@ -337,6 +337,7 @@ export default {
337 337 },
338 338 _slotScope() {
339 339 return {
  340 + handleSearch: this.search,
340 341 openDialog: this.openDialog,
341 342 closeDialog: this.closeDialog,
342 343 openView: this.openView,
... ...