wlzboy
12 小时以前 10354e63eb3298beb9ebcc029dd9f48d8936a272
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}