diff --git a/examples/routers/transfer.vue b/examples/routers/transfer.vue index 9ebe3ac..570bb86 100644 --- a/examples/routers/transfer.vue +++ b/examples/routers/transfer.vue @@ -178,7 +178,7 @@ setTimeout(function() { console.log('--1'); // _this.data1 = null; - _this.data1 = _this.getMockData1(); +// _this.data1 = _this.getMockData1(); console.log('-fetch-', _this.data1); }, 1500); diff --git a/src/components/transfer/list.vue b/src/components/transfer/list.vue index 2cc7e95..12236c9 100644 --- a/src/components/transfer/list.vue +++ b/src/components/transfer/list.vue @@ -2,7 +2,7 @@