From e93893a9436a75ca3ab98d4db7c2a8e4740f0264 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 13 Oct 2025 15:19:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../three-and-one/detail/components/three-one-table.vue | 5 ++++- .../three-and-one/month-detail/components/header-info.vue | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/synthesize-query/three-and-one/detail/components/three-one-table.vue b/src/views/synthesize-query/three-and-one/detail/components/three-one-table.vue index 69332b1..b87d46e 100644 --- a/src/views/synthesize-query/three-and-one/detail/components/three-one-table.vue +++ b/src/views/synthesize-query/three-and-one/detail/components/three-one-table.vue @@ -347,7 +347,10 @@ export default { tableMonth: row.tableMonth, }) - console.log('res更新结果', res) + if (res.code === 200) { + this.$modal.msgSuccess('更新成功') + this.getThreeAndOneMonthlyData() + } }, }, } diff --git a/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue b/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue index de993b1..21a02b2 100644 --- a/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue +++ b/src/views/synthesize-query/three-and-one/month-detail/components/header-info.vue @@ -262,6 +262,7 @@ export default { const res = await updateProMonthTableAPI({ id: this.id, status: 2, + proId: this.proId, }) if (res.code == 200) {