[update] 修改UAT问题:企标复审计划增加批量复审功能

This commit is contained in:
lideqin
2024-09-14 11:42:07 +08:00
parent 0a7bda6c6e
commit f9697fc524
@@ -231,6 +231,7 @@ export default {
this.$message.warning(this.$t('selectAtLeastOne'))
return
}
this.loading = true
const param = {}
param.recheckPlanIds = this.selectedRowKeys.join(',')
reviewPlanBatchReview(param).then(res => {
@@ -241,6 +242,8 @@ export default {
} else {
this.$message.warning(res.message)
}
}).finally(() => {
this.loading = false
})
}
}