浏览代码

外部进入修改

wgl 4 年之前
父节点
当前提交
aaca4960e4
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/projects/business/views/Other/Return/List.vue

+ 4 - 2
src/projects/business/views/Other/Return/List.vue

@@ -103,10 +103,12 @@
 					}
 				}
 			},
-			asynCallBack() {},
+			asynCallBack() {
+				//从外部进入可能
+				this.getList();
+			},
 		},
 		mounted() {
-			this.getList();
 			//监控下拉加载事件
 			var _this = this;
 			window.addEventListener('scroll', _this.handleScrool);