引用备案修改
This commit is contained in:
@@ -318,8 +318,12 @@ import { message } from 'ant-design-vue'
|
|||||||
this.form.cpxh=res.result.cpxh
|
this.form.cpxh=res.result.cpxh
|
||||||
this.form.txzd=res.result.txzd
|
this.form.txzd=res.result.txzd
|
||||||
this.form.cdotasj=res.result.cdotasj
|
this.form.cdotasj=res.result.cdotasj
|
||||||
this.form.cxmb=this.form.ggpc+'-'+ this.form.cpmc+'-'+this.form.cpxh
|
if(this.$route.query.type == 1 && res.result.cxmb == null){
|
||||||
if(res.result.dllx1 == null ){
|
this.form.cxmb = this.form.ggpc+'-'+ this.form.cpmc+'-'+this.form.cpxh
|
||||||
|
}else {
|
||||||
|
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
|
||||||
|
}
|
||||||
|
if(res.result.dllx1 == null ){
|
||||||
res.result.dllx1 = undefined
|
res.result.dllx1 = undefined
|
||||||
}
|
}
|
||||||
if(res.result.dllx2 == null){
|
if(res.result.dllx2 == null){
|
||||||
@@ -338,7 +342,7 @@ import { message } from 'ant-design-vue'
|
|||||||
this.save()
|
this.save()
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
this.$emit('basicInformationForm')
|
this.$emit('basicInformationForm')
|
||||||
},300)
|
},1000)
|
||||||
|
|
||||||
},
|
},
|
||||||
async save(){
|
async save(){
|
||||||
|
|||||||
@@ -369,7 +369,9 @@ export default {
|
|||||||
if(localStorage.getItem('otaIdT')!=null){
|
if(localStorage.getItem('otaIdT')!=null){
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/vehicleinformation',
|
path: '/vehicleinformation',
|
||||||
query: {}
|
query: {
|
||||||
|
type:1
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user