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