src/components/page/orderRecord/index.vue
@@ -47,14 +47,14 @@ orderNum:'', orderMoney:'' }, urlPath:this.$systemconfig.basePath + '/orderrecord/', urlPath:this.$systemconfig.basePath + '/ffzf/orderrecord/', table1:[], table2:[], } }, mounted() { this.defaultDate(); this.$byutil.postData(this, this.$systemconfig.basePath+'/park/findAll', this.formData, res => { this.$byutil.postData(this, this.$systemconfig.basePath+'/ffzf/park/findAll', this.formData, res => { this.table1 = res.data; }) },