wlzboy
2026-02-26 f5c900c58513bad824381e69750ac7667ef35de0
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}