yunuo970428 2 years ago
parent
commit
527e67cecf
  1. 2
      supervise-portal-ui/src/views/flow/havereadList.vue
  2. 2
      supervise-portal-ui/src/views/flow/tobereadList.vue

2
supervise-portal-ui/src/views/flow/havereadList.vue

@ -339,7 +339,7 @@ export default {
var token = getStorage()
const params = { procInsId: procInsId, deployId: procDefId, token: token }
flowRecord(params).then(res => {
this.flowRecordList = res.data
this.flowRecordList = res.data.flowList
//
if (res.data.formData) {
this.formConf = res.data.formData

2
supervise-portal-ui/src/views/flow/tobereadList.vue

@ -339,7 +339,7 @@ export default {
var token = getStorage()
const params = { procInsId: procInsId, deployId: procDefId, token: token }
flowRecord(params).then(res => {
this.flowRecordList = res.data
this.flowRecordList = res.data.flowList
//
if (res.data.formData) {
this.formConf = res.data.formData

Loading…
Cancel
Save