mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 23:20:12 +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,
|
recordId: this.$route.params.recordId,
|
||||||
recordUuid: this.$route.query.action,
|
recordUuid: this.$route.query.action,
|
||||||
parametersList: [{
|
parametersList: [{
|
||||||
columnName: 'DocStatus',
|
columnName: 'DocAction',
|
||||||
value: this.valueActionDocument
|
value: this.valueActionDocument
|
||||||
}],
|
}],
|
||||||
isActionDocument: true,
|
isActionDocument: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user