动力类型回显

This commit is contained in:
yuekuo
2023-03-30 14:54:47 +08:00
parent 3a0cb73c32
commit 0574c903e0
@@ -316,8 +316,8 @@ import ImportFile from '@/components/ImportFileData/index'
this.form.cpmc = item.cpmc
this.form.cpxh = item.cpxh
getAction('/ota/otaBaCxJbxx/queryByOtaId',{otaIdT:'',otaId:item.id}).then(res=>{
this.form.dllx1=res.result.dllx1
this.form.dllx2=res.result.dllx2
this.form.dllx1=res.result.dllx1 == null?undefined:res.result.dllx1
this.form.dllx2=res.result.dllx2== null?undefined:res.result.dllx2
this.$forceUpdate()
})
}