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