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