mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
@@ -81,13 +81,7 @@ const gridOptions: VxeGridProps = {
|
||||
};
|
||||
// 添加排序参数
|
||||
addSortParams(params, sorts);
|
||||
const resp = await ossList(params);
|
||||
resp.rows.forEach((item) => {
|
||||
item.url =
|
||||
'https://cbu01.alicdn.com/img/ibank/O1CN01sDMxJO1KawpLc1hZn_!!2210860721181-0-cib.jpg';
|
||||
});
|
||||
|
||||
return resp;
|
||||
return await ossList(params);
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user