wlzboy
2025-11-27 668e570bd1db6bd00e4293b6977e6d3d051053ce
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}