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