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