wlzboy
2025-12-23 355dda1f90c70ab04c4517688da37d1a4236f112
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}