From 9fa2f32516531d8956ab44b858be9682fa1f5566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Mon, 28 Feb 2022 16:34:45 +0800 Subject: [PATCH] 27675 --- src/apps/AppWorkonline/Detail.vue | 43 ++++++++++++++++++------------- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/src/apps/AppWorkonline/Detail.vue b/src/apps/AppWorkonline/Detail.vue index 471796b7..151f9138 100644 --- a/src/apps/AppWorkonline/Detail.vue +++ b/src/apps/AppWorkonline/Detail.vue @@ -6,7 +6,9 @@

审批通过:

[{{ this.list.tableInfo.tableName }}]已签署完成,
- 点击查看和保存 + + 点击查看和保存 +
@@ -296,29 +298,34 @@ export default { }) this.$dict.load(this.dictList).then(() => { - this.pageShow = true + // this.pageShow = true }) } } }) - this.$http.post(`/app/approv-alapply-info/processinfo-id2?id=${this.objid}`).then((res) => { - if (res.code == 0) { - if (res.data) { - this.stepList = res.data - // this.getDetail() - // console.log(this.stepList) - // res.data.map((item) => { - // if (item.candidateFieldInfos) { - // item.candidateFieldInfos.map((items) => { - // console.log(items.fieldName) - // console.log(items.fieldValue) - // }) - // } - // }) + this.$http + .post(`/app/approv-alapply-info/processinfo-id2?id=${this.objid}`) + .then((res) => { + if (res.code == 0) { + if (res.data) { + this.stepList = res.data + // this.getDetail() + // console.log(this.stepList) + // res.data.map((item) => { + // if (item.candidateFieldInfos) { + // item.candidateFieldInfos.map((items) => { + // console.log(items.fieldName) + // console.log(items.fieldValue) + // }) + // } + // }) + } } - } - }) + }) + .finally(() => { + this.pageShow = true + }) }, change(i) {