Commit dcfcc465 authored by 李晓兵's avatar 李晓兵

Merge branch 'develop' of https://hel.hand-china.com/xugong/hls-xcmg-vue-app into develop

parents e760f20a ba8e1dbb
Pipeline #3980 canceled with stages
......@@ -130,6 +130,7 @@ export default {
},
getTabNum (i) {
this.tabNum = i
this.$refs.scroll.scrollToTop()
},
changePage (e) {
this.$router.push({
......
......@@ -426,8 +426,8 @@ export default {
let result = res.result.words_result
vm.frame_number = result.VinNo // 车架号
vm.engine = result.EngineNo // 发动机号
//vm.vehicle_model = result.VinNo // 车辆型号
vm.certificate_number = result.CertificationNo // 合格证编号
// vm.vehicle_model = result.VinNo // 车辆型号
vm.certificate_number = result.CertificationNo // 合格证编号
})
},
showTime (format) {
......
......@@ -97,15 +97,22 @@ export default {
}
},
watch: {
'num': {
handler (newVal, oldVal) {
if (newVal === 2) {
if (!this.approvedFlag) {
this.getLists()
}
// 'num': {
// handler (newVal, oldVal) {
// if (newVal === 2) {
// if (!this.approvedFlag) {
// this.getLists()
// }
// }
// },
// immediate: true,
// },
num () {
if (this.num === 2) {
if (!this.approvedFlag) {
this.getLists()
}
},
immediate: true,
}
},
searchInput () {
let vm = this
......@@ -199,6 +206,7 @@ export default {
}
},
loadMore () {
console.log('lodeMore')
let vm = this
if (vm.num === 1) {
vm.submitPagenum++
......
......@@ -351,7 +351,7 @@
</div>
</div>
</div>
<div
<!-- <div
v-if="(from&&isApproved&&isAGENT)||fromPromisePay"
class="tax"
@click="changeUndertake"
......@@ -362,7 +362,7 @@
<p>已缴纳:500000</p>
</div>
<img src="@/assets/userBind/arrow-right.png" class="right-img" >
</div>
</div> -->
</div>
<BankInfo
......
......@@ -103,6 +103,7 @@ export default {
},
getTabNum (i) {
this.tabNum = i
this.$refs.scroll.scrollToTop()
},
toSign () {
let vm = this
......
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