|
|
|
@ -260,13 +260,13 @@ const getList = async () => {
|
|
|
|
|
designFieldMappingList.value = res.rows;
|
|
|
|
|
total.value = res.total;
|
|
|
|
|
loading.value = false;
|
|
|
|
|
const result = res.rows.map(item => item.fieldMappingCode);
|
|
|
|
|
await getDataSourceList(result);
|
|
|
|
|
// const result = res.rows.map(item => item.fieldMappingCode);
|
|
|
|
|
// await getDataSourceList(result);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/** 查询大屏设计字段映射列表 */
|
|
|
|
|
const getDataSourceList = async (result: string[]) => {
|
|
|
|
|
const apiResult = await getDataSourceFieldMappingList(['tenantId','ewewewew']);
|
|
|
|
|
const apiResult = await getDataSourceFieldMappingList(result);
|
|
|
|
|
console.log(apiResult.data);
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|