From e8044e1e6dcb7dc8405f1899cb7ae02aa4b1d62b Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 6 Dec 2024 11:54:48 +0800 Subject: [PATCH] =?UTF-8?q?YT-1582=E5=AE=A2=E6=88=B7=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E5=88=86=E6=91=8A=E5=AF=B9=E8=B4=A6=E9=A2=84=E6=B5=8B=EF=BC=8C?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E9=87=91=E9=A2=9D=E5=BA=94=E4=BF=9D=E7=95=99?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E5=90=8E5=E4=BD=8D=EF=BC=8C=E5=A6=82?= =?UTF-8?q?=E5=9B=BE=EF=BC=9B=E5=AE=A2=E6=88=B7=E6=A8=A1=E5=85=B7=E5=88=86?= =?UTF-8?q?=E6=91=8A=E5=AF=B9=E8=B4=A6=E5=8D=95=EF=BC=8C=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E5=85=B7=E5=88=86=E6=91=8A=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E5=BA=94=E4=BF=9D=E7=95=99=E5=90=8E5=E4=BD=8D=EF=BC=9B?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E5=AF=B9=E8=B4=A6=E5=8D=95=E7=9A=84=E6=A8=A1?= =?UTF-8?q?=E5=85=B7=E5=88=86=E6=91=8A=E5=AF=B9=E8=B4=A6=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=88=86=E6=91=8A=E9=87=91=E9=A2=9D=E3=80=81=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E9=87=91=E9=A2=9D=E4=BF=9D=E7=95=99=E5=90=8E5=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Detail/src/Detail.vue | 6 +++++- .../index.vue | 19 +++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/components/Detail/src/Detail.vue b/src/components/Detail/src/Detail.vue index 5d2bbb3d6..46553fe3b 100644 --- a/src/components/Detail/src/Detail.vue +++ b/src/components/Detail/src/Detail.vue @@ -1134,7 +1134,8 @@ const emit = defineEmits([ 'formFormDateChange', 'buttonBaseClick', 'handleMainFefresh', - 'handleSubmitForm' + 'handleSubmitForm', + 'changeDetailList' ]) /** 删除按钮操作 */ const handleDelete = async (id: number) => { @@ -1269,6 +1270,9 @@ watch( tableMethodsRef.value = tableMethods const { getList } = tableMethods await getList() + + emit('changeDetailList',props.apiPage) + } ) watch( diff --git a/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/index.vue b/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/index.vue index 169fe976a..657b2bf8b 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/index.vue +++ b/src/views/wms/deliversettlementManage/moldAllocation/customerToolApportStatementForecastMain/index.vue @@ -74,6 +74,7 @@ @changeTabs="changeTabs" :tableObjectExtend="tableObjectExtend" @buttonBaseClick="detailButtonBaseClick" + @changeDetailList="changeDetailList" >