panlinlin
2021-01-07 54d79531795d43bf45fa8d7cb2ed2d072f7f5ccd
web_src/src/components/ParentPlatformList.vue
@@ -152,7 +152,7 @@
      this.$axios.get(`/api/platforms/${that.count}/${that.currentPage - 1}`)
        .then(function (res) {
          that.total = res.data.total;
          that.platformList = res.data.data;
          that.platformList = res.data.list;
        })
        .catch(function (error) {
          console.log(error);