From 19e2cece7ca75d120080ba55e1b47c75fbe5e7dc Mon Sep 17 00:00:00 2001 From: KindSeven <2845382437@qq.com> Date: Fri, 27 Sep 2024 01:30:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=B7=A5?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E5=B7=A5=E5=8D=95=E8=AF=A6=E6=83=85=EF=BC=8C?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E7=9A=84=E9=83=A8=E5=88=86=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/infoLiveCall/index.vue | 2 +- src/components/voice/index.vue | 8 ++- src/views/home/index.vue | 29 +++++--- .../task-management/all-work-order/index.vue | 59 +++++++-------- .../task-management/components/WorkDialog.vue | 46 ++++++++---- .../historical-work-order/index.vue | 62 ++++++++-------- .../pending-work-order/index.vue | 72 +++++++++---------- 7 files changed, 155 insertions(+), 123 deletions(-) diff --git a/src/components/infoLiveCall/index.vue b/src/components/infoLiveCall/index.vue index 79af9cc..fff0633 100644 --- a/src/components/infoLiveCall/index.vue +++ b/src/components/infoLiveCall/index.vue @@ -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 || '--'; diff --git a/src/components/voice/index.vue b/src/components/voice/index.vue index e908a15..f259c1b 100644 --- a/src/components/voice/index.vue +++ b/src/components/voice/index.vue @@ -5,17 +5,21 @@ const open = (row) => { }; // console.log(dialogVisible.value); defineProps({ - title:String + title:String, + rowUrl:String }) defineExpose({ open, }); + +// console.log(props.rowUrl); +