xuqiaoying 3 éve
szülő
commit
a5f33128c0
1 módosított fájl, 1 hozzáadás és 3 törlés
  1. 1 3
      pages2/exam/exam_appointment.vue

+ 1 - 3
pages2/exam/exam_appointment.vue

@@ -329,7 +329,6 @@ export default {
 			// if (this.current === index) {
 			// 	return;
 			// }
-			console.log('----')
 			this.current = index;
 			var data = {};
 			if (index === 0) {
@@ -352,8 +351,7 @@ export default {
 			// apply/list
 			this.$api.getApplylist(data).then(res => {
 				if (res.data.code === 200) {
-					// this.listData = res.data.rows;
-					this.listData = [1,2]
+					this.listData = res.data.rows;
 				}
 			});
 		}