1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

Fixed error with parameter name for workflow process used for document action for documents (#431)

This commit is contained in:
Yamel Senih 2020-04-02 23:25:53 -04:00 committed by GitHub
parent 80f62e6fdd
commit 981c96551b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ export default {
recordId: this.$route.params.recordId,
recordUuid: this.$route.query.action,
parametersList: [{
columnName: 'DocStatus',
columnName: 'DocAction',
value: this.valueActionDocument
}],
isActionDocument: true,