Commit 6b9ec736 authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 0eb6ddf1 03120427
......@@ -3,7 +3,7 @@
<list-item :item-height="44">
<item @click.native="type=1;sendDown()">
<div slot="name">身份证</div>
<span slot="content" @click="getDetail">
<span slot="content">
<img src="@/assets/intoApproval/download.png" >下载在线查看
</span>
</item>
......
......@@ -391,6 +391,9 @@ export default {
appro.style.backgroundColor = 'rgba(56, 63, 69, 0.5)'
}
},
'tabNum': function (newVal, oldVal) {
},
},
created () {
if (this.bp_class === 'NP') {
......@@ -418,6 +421,9 @@ export default {
},
confirm () {
this.ischecked ? (this.isConfirm = true) : (this.isConfirm = false)
},
selectCheckId () {
},
getNPBase () {
let vm = this
......@@ -517,8 +523,11 @@ export default {
vm.hlsPopup.showLoading('提交数据中!')
vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
vm.hlsPopup.showSuccess('审批成功')
if (res.result === 'S') {
vm.bondsInfo = res.lists
vm.$router.push({
name: 'IntoList',
})
}
})
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment