src/api/data.js @@ -10,3 +10,10 @@ } } // 获取所有字典项 export function getAllDicitemsAll() { return request({ url: 'system/dicItem/getAllDicitemsAll', method: 'get' }) }