RuoYi
2021-11-24 31106c91fbf8a3b8ad5ab97e5bfd9263fa24c898
ruoyi-ui/src/api/system/dict/data.js
@@ -20,7 +20,7 @@
// 根据字典类型查询字典数据信息
export function getDicts(dictType) {
  return request({
    url: '/system/dict/data/dictType/' + dictType,
    url: '/system/dict/data/type/' + dictType,
    method: 'get'
  })
}
@@ -49,4 +49,4 @@
    url: '/system/dict/data/' + dictCode,
    method: 'delete'
  })
}
}