Prechádzať zdrojové kódy

分组后刷新统计数据

zhuliu 1 rok pred
rodič
commit
e5e5f0e00f

+ 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)
       })
     },