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