Commit c2f132de authored by 786817560's avatar 786817560

'

parent 0d3c9681
......@@ -277,6 +277,7 @@ export default {
pay_type_n: '',
residual_value: '',
division_n: '',
division: '',
finance_amount: '',
},
}
......@@ -435,7 +436,11 @@ export default {
if (vm.isComputed) {
let url = process.env.basePath + 'prj_product_info_save'
let param = {
master: vm.productInfo,
master: {
division_n: vm.saveInfo.division_n,
bp_name: vm.$route.params.bp_name,
...vm.productInfo,
},
}
hlsPopup.showLoading('请稍候')
vm.$post(url, param).then(function (res) {
......@@ -635,6 +640,7 @@ export default {
'&index' +
`'${randomString}'`
let param = {
division: vm.saveInfo.division,
user_phone: window.localStorage.getItem('user_phone'),
pagesize: 10,
pagenum: vm.pagenumSearch,
......@@ -676,6 +682,7 @@ export default {
'&index' +
`'${randomString}'`
let param = {
division: vm.saveInfo.division,
user_phone: window.localStorage.getItem('user_phone'),
pagesize: 10,
pagenum: vm.pagenum,
......
......@@ -517,6 +517,7 @@ export default {
name: 'CreateRentInfo',
params: {
bp_agent_id: vm.bp_agent_id,
bp_name: vm.NPBaseInfo.bp_name,
},
})
} else {
......
......@@ -685,6 +685,9 @@ export default {
}
}
}
.house:nth-of-type(2) {
margin-top: 0
}
.house:last-child {
margin-top: 0
}
......
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