浏览代码

表单查询bugfix

tongshangming 1 年之前
父节点
当前提交
30e7bb4662
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/ProTable.vue

+ 1 - 0
src/components/ProTable.vue

@@ -45,6 +45,7 @@ const searchList = ref<any>([])
 watch(
   () => props.formConfig.formItems,
   val => {
+    searchList.value = []
     val.forEach((item: any) => {
       if (item.group) {
         searchList.value = searchList.value.concat(item.group.filter((item: any) => item.search))