dedsudiyu 10 mesi fa
parent
commit
6b1b1154c4

+ 2 - 3
pages_basics/views/record/index.vue

@@ -67,12 +67,11 @@
 			}
 		},
 		onLoad(option) {
-
-		},
-		onShow() {
 			this.laboratoryAppletSignSubList();
 			this.getList();
 		},
+		onShow() {
+		},
 		methods: {
 			//选中数据
 			tableButton(item) {

+ 2 - 3
pages_student/views/myRecord/index.vue

@@ -67,12 +67,11 @@
 			}
 		},
 		onLoad(option) {
-
-		},
-		onShow() {
 			// this.laboratoryAppletSignSubList();
 			this.getList();
 		},
+		onShow() {
+		},
 		methods: {
 			//选中数据
 			tableButton(item) {