From a6fc7bb3043e55e9f990b8f958c61430b482f4e0 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 1 Dec 2023 10:38:04 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/paichanguanliFlow/paichanguanli/haveDone.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue b/supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue index 52bd9abc..afa8643f 100644 --- a/supervise-enterprise-ui/src/views/paichanguanliFlow/paichanguanli/haveDone.vue +++ b/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 @@ -311,7 +311,7 @@ export default { color: #ffffff; background-color: #0294d7; } - + /deep/ .el-collapse-item__content { padding-bottom: 0; } @@ -321,11 +321,11 @@ export default { text-align: center; justify-content: center; } - + .trightb_item { padding-top: 5px; } - + .span { margin-left: 50px; font-size: 15px; From 527e67cecfb7c44fba2d95b6a014472afb055171 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Fri, 1 Dec 2023 10:49:54 +0800 Subject: [PATCH 2/2] 1 --- supervise-portal-ui/src/views/flow/havereadList.vue | 2 +- supervise-portal-ui/src/views/flow/tobereadList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/supervise-portal-ui/src/views/flow/havereadList.vue b/supervise-portal-ui/src/views/flow/havereadList.vue index 2afd47f8..d259a67f 100644 --- a/supervise-portal-ui/src/views/flow/havereadList.vue +++ b/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 diff --git a/supervise-portal-ui/src/views/flow/tobereadList.vue b/supervise-portal-ui/src/views/flow/tobereadList.vue index 3354855b..c0b3bca7 100644 --- a/supervise-portal-ui/src/views/flow/tobereadList.vue +++ b/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