소스 검색

mui挂载修正

wgl 4 년 전
부모
커밋
dcd872a2ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/projects/business/views/Common/Notice/Home.vue

+ 1 - 1
src/projects/business/views/Common/Notice/Home.vue

@@ -77,7 +77,7 @@
 					this.isLoading = false;
 					this.isLoading = false;
 				}).catch(error => {
 				}).catch(error => {
 					this.isLoading = false;
 					this.isLoading = false;
-					this.mui.toast(error);
+					mui.toast(error);
 				})
 				})
 			},
 			},
 			//下拉事件
 			//下拉事件