kongdeqiang
2024-10-16 3b528b0ff28b5f5119d8749c09da8545cd253b77
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>