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