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:
parent
80f62e6fdd
commit
981c96551b
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user