Commit f571275c authored by 李腾's avatar 李腾

fix: 修复为选门店提交报错的问题

parent eb18d89e
......@@ -199,26 +199,3 @@ export const ROLE_MANAGE = {
apis: [],
},
};
// 日志管理
export const LOG_MANAGE = {};
/** @name 小程序 */
// 核销功能
export const WRITE_OFF = {
SCAN_QR_CODE: {
name: '点击扫描',
id: '080101',
},
ENTER_CODE: {
name: '手动输入核销码',
id: '080102',
},
};
// 我的订单
// 添加商品
// export const
// 售后功能
// 查看合同
......@@ -251,7 +251,7 @@ const AddUser = props => {
</>
)}
<Form.Item label="选择门店" extra="仅限POP商家设置">
{getFieldDecorator('organizationId', rulesHandler('organizationId', []))(
{getFieldDecorator('organizationId', rulesHandler('organizationId'))(
supplierList.length ? (
<Radio.Group disabled={!!id} style={{ width: '100%' }}>
{selectSupplierCheckbox()}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment