@@ -4,6 +4,7 @@ import { PageParams, RentListGetResultModel, SceneLiveItem } from './model';
enum Api {
pageList = '/basic-api/brand/brandBindList',
bindAnchorList = '/zfb-api/zfb/shop/sys/user/bindList',
+ brandTypeList = '/zfb-api/zfb/shop/brand/brandTypeList',
}
export type SceneLiveItemResult = SceneLiveItem;
/**
@@ -104,18 +104,12 @@
rowKey: 'id',
pagination: { pageSize: 20 },
bordered: true,
-
- fetchSetting: {
- pageField: 'pageNum',
- sizeField: 'pageSize',
- listField: 'list',
- totalField: 'totalCount',
- },
});
function onDataReceive(data) {
console.log('Data Received', data.id);
searchInfo.brandId = data.id;
+ searchInfo.key = data.id;
reload();
const handleSubmit = async () => {};