对接访客邀请接口
This commit is contained in:
@@ -155,7 +155,7 @@ const fetchRepairList = async () => {
|
||||
const res = await getQueryRepair(params);
|
||||
// console.log('接口返回:', res);
|
||||
if (res.code === 200) {
|
||||
const list = res.data || [];
|
||||
const list = res.rows || [];
|
||||
repairList.value = list.map(item => {
|
||||
const statusInfo = getStatusInfo(item.problemStatus);
|
||||
const images = item.problemImageUrl ? item.problemImageUrl.split(',').filter(Boolean) : [];
|
||||
|
||||
Reference in New Issue
Block a user