1012414140@qq.com
2 天以前 1a9cfa3d9e9946dc4a576cf47d98489017c5f289
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>