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