src/components/page/EditParkNum.vue
@@ -68,13 +68,13 @@ num:'', carNum:'' }, urlPath:this.$systemconfig.basePath + '/park/', urlPath:this.$systemconfig.basePath + '/ffzf/park/', table1:[], table2:[], } }, mounted() { this.$byutil.postData(this, this.$systemconfig.basePath+'/park/findAll', this.formData, res => { this.$byutil.postData(this, this.urlPath+'findAll', this.formData, res => { this.table1 = res.data; }) }, @@ -150,4 +150,4 @@ height: 500px; } </style> </style>