dedsudiyu месяцев назад: 10
Родитель
Сommit
6b1b1154c4
2 измененных файлов с 4 добавлено и 6 удалено
  1. 2 3
      pages_basics/views/record/index.vue
  2. 2 3
      pages_student/views/myRecord/index.vue

+ 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) {