Selaa lähdekoodia

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

cfort 3 vuotta sitten
vanhempi
sitoutus
1f2cad1dee
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>
       <!--数字-->