修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-10 15:52:55 +08:00
parent 17acba2d4a
commit f04c6edabc
2 changed files with 3 additions and 1 deletions
@@ -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