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