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