流程上传按钮

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