Commit ebabd409 authored by 远方不远's avatar 远方不远
parents 14108ce6 0f44ea38
dsk-operate-ui/public/favicon.ico

5.53 KB | W: | H:

dsk-operate-ui/public/favicon.ico

16.6 KB | W: | H:

dsk-operate-ui/public/favicon.ico
dsk-operate-ui/public/favicon.ico
dsk-operate-ui/public/favicon.ico
dsk-operate-ui/public/favicon.ico
  • 2-up
  • Swipe
  • Onion skin
...@@ -167,11 +167,15 @@ export default { ...@@ -167,11 +167,15 @@ export default {
}, },
beforeRouteEnter(to, from, next) { beforeRouteEnter(to, from, next) {
next(vm => { next(vm => {
if(from.name){
if (to.query.customerId){ if (to.query.customerId){
let customerId = to.query.customerId let customerId = to.query.customerId
vm.association(customerId) if(to.query.path){
vm.currentPath.pathName = to.query.path vm.currentPath.pathName = to.query.path
} }
vm.association(customerId)
}
}
}) })
}, },
created() { created() {
......
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
companyName:this.companyInfo.companyName, companyName:this.companyInfo.companyName,
creditLevel:this.companyInfo.bratingSubjectLevel || '', creditLevel:this.companyInfo.bratingSubjectLevel || '',
legalPerson:this.companyInfo.corporatePerson || '', legalPerson:this.companyInfo.corporatePerson || '',
registerCapital:this.companyInfo.regCapital || '', registerCapital:this.companyInfo.registeredCapital || '',
provinceId:this.companyInfo.provinceId || '', provinceId:this.companyInfo.provinceId || '',
cityId:this.companyInfo.cityId || '', cityId:this.companyInfo.cityId || '',
districtId:this.companyInfo.districtCode || '', districtId:this.companyInfo.districtCode || '',
......
...@@ -615,7 +615,7 @@ export default { ...@@ -615,7 +615,7 @@ export default {
companyId:item.companyId, companyId:item.companyId,
creditLevel:item.bratingSubjectLevel, creditLevel:item.bratingSubjectLevel,
legalPerson:res.data.corporatePerson, legalPerson:res.data.corporatePerson,
registerCapital:res.data.regCapital, registerCapital:res.data.registeredCapital,
provinceId:res.data.provinceId || '', provinceId:res.data.provinceId || '',
cityId:res.data.cityId || '', cityId:res.data.cityId || '',
districtId:res.data.districtCode || '', districtId:res.data.districtCode || '',
......
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