浏览代码

同族分组后,范围选择的数量大于该组总数的话,该组数据无法显现

zhuliu 1 年之前
父节点
当前提交
532da9e496
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/project/patentCollection/index.vue

+ 1 - 0
src/views/project/patentCollection/index.vue

@@ -684,6 +684,7 @@ export default {
     onChangeFamily(key) {
       this.queryParams.current = 1
       this.queryParams.groupField = key
+      this.handleCancelSelectNumber()
       this.getList()
       this.$nextTick(()=>{
         this.$refs.customFields.refreshOptions(1)