diff --git a/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue b/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue index f4c80d55..a9bca45a 100644 --- a/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue +++ b/project/sanjianxi/apps/AppHelpByNeighbours/hbnAuditList.vue @@ -100,7 +100,7 @@ export default { }) }, handleAudit(row) { - this.form = JSON.parse(JSON.stringify(row)) + this.form = JSON.parse(JSON.stringify({...row, status: null})) this.dialog = true } },