story#6982 车辆信息修改--强制更新视图
This commit is contained in:
@ -330,10 +330,12 @@ export default {
|
||||
item.disabled = true;
|
||||
}
|
||||
})
|
||||
this.$forceUpdate();
|
||||
} else {
|
||||
this.vehicleTypes.map(item => {
|
||||
item.disabled = false;
|
||||
})
|
||||
this.$forceUpdate();
|
||||
}
|
||||
},
|
||||
getVehicleLicense(color) {
|
||||
|
Reference in New Issue
Block a user