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