mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 15:16:43 +08:00
流程上传按钮
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user