BUG 29196

This commit is contained in:
aixianling
2022-04-20 17:50:18 +08:00
parent 9efa58ad49
commit 44e8683cd5

View File

@@ -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
} }
}, },