列表回显

This commit is contained in:
yuekuo
2023-03-29 14:27:30 +08:00
parent 578a566713
commit 8515c72396
@@ -244,6 +244,11 @@ import ImportFile from '@/components/ImportFileData/index'
}
this.$refs.ruleForm.validate(valid=>{
if(valid){
this.selectListPc.map(item=>{
if(item.id==this.form.bapc){
this.form.bapc=item.ggpc
}
})
postAction('/ota/otaBaSjSjmbcx/add',{otaId:otaId,...this.form}).then(res=>{
if(res.code==200){
localStorage.setItem('otaId', res.result.otaId)