对接设计符合性确认

This commit is contained in:
qq787203167
2022-05-09 15:03:42 +08:00
parent 41e5539289
commit 9e4e1ff4ec
@@ -423,7 +423,11 @@
},
getReminderHandlingList() {
this.loadingTable = true
getAction(this.url.queryByActiProcInstId, { actiProcInstId: this.$route.query.actiProcInstId }).then((res) => {
let query = {
taskDefinitionKey:'dreDispose',
actiProcInstId: this.$route.query.actiProcInstId
}
getAction(this.url.queryByActiProcInstId, query).then((res) => {
if (res.success) {
this.dataSourceTable = res.result || []
this.loadingTable = false