Browse Source

feat(KIP-13638): 接口参数对接

lock.qiu@kerryprops.com 1 year ago
parent
commit
f6753b116a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/parkingFeeV2/mixins/parkingFindCar.js

+ 1 - 1
src/pages/parkingFeeV2/mixins/parkingFindCar.js

@@ -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
       }
       }
     },
     },
   },
   },