fix:修复了工单,工单详情,工作台的部分显示问题
This commit is contained in:
@@ -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 || '--';
|
||||
|
||||
Reference in New Issue
Block a user