|
@@ -116,7 +116,7 @@ export default {
|
|
async getCarInformations(carNum) {
|
|
async getCarInformations(carNum) {
|
|
const res = await getCarInformation(carNum)
|
|
const res = await getCarInformation(carNum)
|
|
if (res.data) {
|
|
if (res.data) {
|
|
-
|
|
|
|
|
|
+ this.dataObject = res.data
|
|
}
|
|
}
|
|
},
|
|
},
|
|
},
|
|
},
|