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) {