diff --git a/src/components/parkRecord.vue b/src/components/parkRecord.vue index 529f71d..a86b767 100644 --- a/src/components/parkRecord.vue +++ b/src/components/parkRecord.vue @@ -340,7 +340,7 @@ export default { orgId: this.$utils.myOrgId, } jsondata.sign = this.$utils.signObject(jsondata) - + console.log(jsondata) historyQuery(jsondata).then(response => { console.log(response) let res = response.data.carArrearages[0]