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