Browse Source

Merge remote-tracking branch 'origin/master'

master
dimengzhe 2 years ago
parent
commit
227df55545
  1. 2
      supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue
  2. 2
      supervise-portal-ui/src/views/flow/havereadList.vue
  3. 2
      supervise-portal-ui/src/views/flow/tobereadList.vue

2
supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue

@ -238,7 +238,7 @@ export default {
this.$nextTick(() => {
this.$refs['form_obj'].clearValidate()
})
this.viewTitle = '厂家采购详情'
this.viewTitle = '用章详情'
req.fetchDetailsBySid(sid).then((resp) => {
var aa = ''
this.purchaseForm = resp.data

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