kongdeqiang
2023-06-09 b6218e1a65289b9c232408e9ee6247c36258a155
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>