Browse Source

修复子组件调用父组件查询方法bug

cfort 3 years ago
parent
commit
1f2cad1dee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/business/platform/data/templaterender/templates/list.vue

+ 1 - 0
src/business/platform/data/templaterender/templates/list.vue

@@ -41,6 +41,7 @@
           :inline="listConfig.searchForm.inline"
           :label-width="listConfig.searchForm.labelWidth"
           :item-width="listConfig.searchForm.itemWidth"
+          @search="search"
         />
       </template>
       <!--数字-->