流程上传按钮

This commit is contained in:
nimengmeng_1990
2019-11-27 19:06:10 +08:00
parent c59b21f1f9
commit 1a04109c86

View File

@@ -81,16 +81,7 @@ import { processCheck } from '@/api/ebiz/agentEenter/agentEenter'
export default {
data() {
return {
result: {
// approvalStatus: '07',
// approvalDate: '2019/06/20 18:25',
// trajectoryList: [
// {
// approvalStatus: '03', //0 审批中
// approvalDate: '2019/06/20 18:25'
// }
// ]
}
result: null
}
},
components: {
@@ -119,6 +110,7 @@ export default {
that.$toast.clear()
if (res.result == '0') {
that.result = res.content
console.log(' that.result', that.result)
} else {
this.$toast(res.resultMessage)
}
@@ -157,7 +149,7 @@ export default {
}
})
},
seeShowPDF(){
seeShowPDF() {
this.$jump({
flag: 'h5',
extra: {