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