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