Commit c51a54e1eae8c832a8321039abbb2cbcbbcbfac9
1 parent
a3443a7f
静态码 输入车牌页面 微信授权
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/parkRecord.vue
... | ... | @@ -340,7 +340,7 @@ export default { |
340 | 340 | orgId: this.$utils.myOrgId, |
341 | 341 | } |
342 | 342 | jsondata.sign = this.$utils.signObject(jsondata) |
343 | - | |
343 | + console.log(jsondata) | |
344 | 344 | historyQuery(jsondata).then(response => { |
345 | 345 | console.log(response) |
346 | 346 | let res = response.data.carArrearages[0] | ... | ... |