fix:修复了工单,工单详情,工作台的部分显示问题

This commit is contained in:
KindSeven
2024-09-27 01:30:14 +08:00
parent 68f3d61974
commit 19e2cece7c
7 changed files with 155 additions and 123 deletions

View File

@@ -43,7 +43,7 @@ watch(() => props.rowData, async (newVal) => {
item.textVoList = convertArrayToMap(item.textVoList);
})
recordLeftObj.value = res.data
console.info("🚀 ~method:res.data -----", res.data)
// console.info("🚀 ~method:res.data -----", res.data)
if (res.data && res.data.length > 0) {
leftHeadData.value.username = res.data[0].callIdNumber || '--';
leftHeadData.value.phone = res.data[0].callPhone || '--';