wlzboy
2026-04-01 b9e9cde65890851f4ca2d7b4809b802b88937ddf
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}