Sfoglia il codice sorgente

分组后刷新统计数据

zhuliu 1 anno fa
parent
commit
e5e5f0e00f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/project/patentCollection/index.vue

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

@@ -686,7 +686,7 @@ export default {
       this.queryParams.groupField = key
       this.getList()
       this.$nextTick(()=>{
-        this.$refs.customFields.close()
+        this.$refs.customFields.refreshOptions(1)
       })
     },