OTA-67394bug-车型基本信息tab页
This commit is contained in:
@@ -342,14 +342,14 @@ import { message } from 'ant-design-vue'
|
||||
this.form.cxmb = res.result.cxmb ? res.result.cxmb : undefined
|
||||
}
|
||||
}
|
||||
if(res.result.dllx1 == null ){
|
||||
if(res.result.dllx1 == '' ){
|
||||
res.result.dllx1 = undefined
|
||||
}
|
||||
if(res.result.dllx2 == null){
|
||||
if(res.result.dllx2 == ''){
|
||||
res.result.dllx2 = undefined
|
||||
}
|
||||
|
||||
if(res.result.cplb == null){
|
||||
if(res.result.cplb == ''){
|
||||
res.result.cplb = undefined
|
||||
}
|
||||
if(res.result.qymc == null){
|
||||
|
||||
Reference in New Issue
Block a user