Browse Source

外部进入修改

wgl 4 năm trước cách đây
mục cha
commit
aaca4960e4
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  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);