Commit 797ba1ae authored by xxx's avatar xxx

修改车辆信息中车辆类型和车辆型号的关联

parent f00d3252
......@@ -384,6 +384,14 @@ export default {
}
})
},
'form.item.carclass':function(){
//获取车辆型号
HttpReq.truckDispatching.carModelQuery({size:9999,carclass:this.form.item.carclass}).then((res) => {
if(res.code == 200){
this.carModelData = res.data.content;
}
})
},
},
}
</script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment