Browse Source

Merge pull request #399 from tron/lock/release-3.1.0/KIP-13638-2

feat(KIP-13638): 接口参数对接
John-Hong 1 năm trước cách đây
mục cha
commit
5158872dba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {
       const res = await getCarInformation(carNum)
       if (res.data) {
-
+        this.dataObject = res.data
       }
     },
   },