瀏覽代碼

经销商拜访

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 {