对接设计符合性确认
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user