列表回显
This commit is contained in:
+5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user