Compare commits

..

No commits in common. "6f76b42841b3286042d2312468a25788520e19f7" and "17106eec15633e67df17ea5003a191125157c2fb" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
/** 装备信息列表查询参数:仅查询启用设备,忽略前端状态筛选 */
export function toEquipPageQuery(query = {}) {
const { enableFlag, ...rest } = query;
return {
...rest,
enableFlag: 1,
};
}