BUG 29196
This commit is contained in:
@@ -100,7 +100,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleAudit(row) {
|
handleAudit(row) {
|
||||||
this.form = JSON.parse(JSON.stringify(row))
|
this.form = JSON.parse(JSON.stringify({...row, status: null}))
|
||||||
this.dialog = true
|
this.dialog = true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user