zhujindu преди 9 месеца
родител
ревизия
65d6c01276
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      src/views/home/visitHistory.vue

+ 1 - 2
src/views/home/visitHistory.vue

@@ -60,8 +60,7 @@ export default {
   },
   methods: {
     initData() {
-      // chainsId: this.urlParameter.chainId
-      getChainsVisitsHistory({ chainsId: 209853 }).then((res) => {
+      getChainsVisitsHistory({ chainsId: this.urlParameter.chainId }).then((res) => {
         if (res.code == 200) {
           this.list = res.data;
         } else {