增加参数
This commit is contained in:
parent
c1fd9d266e
commit
e93893a943
|
|
@ -347,7 +347,10 @@ export default {
|
|||
tableMonth: row.tableMonth,
|
||||
})
|
||||
|
||||
console.log('res更新结果', res)
|
||||
if (res.code === 200) {
|
||||
this.$modal.msgSuccess('更新成功')
|
||||
this.getThreeAndOneMonthlyData()
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@ export default {
|
|||
const res = await updateProMonthTableAPI({
|
||||
id: this.id,
|
||||
status: 2,
|
||||
proId: this.proId,
|
||||
})
|
||||
|
||||
if (res.code == 200) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue