增加参数

This commit is contained in:
BianLzhaoMin 2025-10-13 15:19:06 +08:00
parent c1fd9d266e
commit e93893a943
2 changed files with 5 additions and 1 deletions

View File

@ -347,7 +347,10 @@ export default {
tableMonth: row.tableMonth,
})
console.log('res更新结果', res)
if (res.code === 200) {
this.$modal.msgSuccess('更新成功')
this.getThreeAndOneMonthlyData()
}
},
},
}

View File

@ -262,6 +262,7 @@ export default {
const res = await updateProMonthTableAPI({
id: this.id,
status: 2,
proId: this.proId,
})
if (res.code == 200) {