This commit is contained in:
花有清香月有阴
2022-02-28 16:34:45 +08:00
parent a317ac49c2
commit 9fa2f32516

View File

@@ -6,7 +6,9 @@
<p>审批通过:</p> <p>审批通过:</p>
<div class="save"> <div class="save">
<div style="display: inline">[{{ this.list.tableInfo.tableName }}]已签署完成,</div> <div style="display: inline">[{{ this.list.tableInfo.tableName }}]已签署完成,</div>
<AiImage preview :file="list.pdfFile" style="display: inline-block; margin-left: 4px"><span class="clicksave">点击查看和保存</span> </AiImage> <AiImage preview :file="list.pdfFile" style="display: inline-block; margin-left: 4px">
<span class="clicksave" v-if="list.tableType == 2">点击查看和保存</span>
</AiImage>
</div> </div>
</div> </div>
@@ -296,13 +298,15 @@ export default {
}) })
this.$dict.load(this.dictList).then(() => { 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) => { this.$http
.post(`/app/approv-alapply-info/processinfo-id2?id=${this.objid}`)
.then((res) => {
if (res.code == 0) { if (res.code == 0) {
if (res.data) { if (res.data) {
this.stepList = res.data this.stepList = res.data
@@ -319,6 +323,9 @@ export default {
} }
} }
}) })
.finally(() => {
this.pageShow = true
})
}, },
change(i) { change(i) {