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) {