Explorar o código

fix:赋值显示

xuqiaoying %!s(int64=3) %!d(string=hai) anos
pai
achega
a5f33128c0
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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;
 				}
 			});
 		}