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