请求处理代理
商品管理 商品分类 用户管理 桌台 代客下单 进销存 交班 预定座位 充值管理 存酒管理
This commit is contained in:
6
jeepay-ui-uapp-merchant/commons/utils/returrn-data.js
Normal file
6
jeepay-ui-uapp-merchant/commons/utils/returrn-data.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const objToArrary = (obj) => {
|
||||
return Object.entries(obj).map(([key, value]) => ({
|
||||
key,
|
||||
...value,
|
||||
}))
|
||||
}
|
||||
Reference in New Issue
Block a user