@@ -64,6 +64,7 @@ export const cameraList = (params: cameraListParams) =>
});
export const downTemplate = (params: companyExcelParams) =>
defHttp.downloadFile<FileStream>({
+ method: 'GET',
url: Api.downTemplate,
params: params,
// data: params,
@@ -200,12 +200,12 @@
key: '1',
},{
label: t('routes.product.type.2'),
- value: 2,
- key: '2',
+ value: 9,
+ key: '9',
label: t('routes.product.type.3'),
- value: 3,
- key: '3',
+ value: 10,
+ key: '10',
},
],
@@ -98,7 +98,7 @@
{
- field: 'phone',
+ field: 'userName',
component: 'Input',
label: '账号',
required: true,