This commit is contained in:
2024-04-19 09:10:04 +08:00
parent 868ea1c847
commit 26f877b935

View File

@ -243,6 +243,11 @@ export default {
},
//
auditing() {
let manageRouteNodeIds = []
this.nodelist.map(e => {
manageRouteNodeIds = [...manageRouteNodeIds, ...e.nodeList.map(el => el.id)]
})
console.log(manageRouteNodeIds)
this.$prompt('请输入审核备注信息?', '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
@ -251,7 +256,7 @@ export default {
routeCheckPerson: JSON.parse(localStorage.getItem('user')).nickName,
routeCheckRemark: value,
routeCheckStatus: 'AGREE',
manageRouteNodeIds: this.nodelist.map(e => e.manageRouteId)
manageRouteNodeIds: manageRouteNodeIds
}
audit(obj).then(res => {
this.$notify({