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