修改禅道已知bug
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
getList() {
|
||||
let query = {
|
||||
prcNum: this.$route.query.prcNum,
|
||||
prcType:this.$route.query.prcType,
|
||||
}
|
||||
getAction('/workFlow/get_list_by_instance', query).then((res) => {
|
||||
this.dataSource = res
|
||||
|
||||
@@ -79,7 +79,8 @@
|
||||
methods: {
|
||||
getList() {
|
||||
let query = {
|
||||
prcId: this.$route.query.actiProcInstId
|
||||
prcId: this.$route.query.actiProcInstId,
|
||||
prcType: this.$route.query.flowType
|
||||
}
|
||||
getAction('/workFlow/queryProcessHistoryByPrcId', query).then((res) => {
|
||||
this.dataSource = res
|
||||
|
||||
Reference in New Issue
Block a user