Explorar el Código

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

cfort hace 3 años
padre
commit
c9df2d1b9e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>
       <!--数字-->