From 9affebdbbde98c7d8f759da5010566aff9f5a927 Mon Sep 17 00:00:00 2001 From: Romesum Date: Fri, 22 May 2020 22:03:32 +0800 Subject: [PATCH] =?UTF-8?q?[feat][V]=EF=BC=9A=E5=AF=B9=E6=8E=A5=E5=AE=9E?= =?UTF-8?q?=E9=AA=8C=E5=AE=A4=E8=8E=B7=E5=8F=96=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- element-vue/src/pages/teacher/applyLab.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/element-vue/src/pages/teacher/applyLab.vue b/element-vue/src/pages/teacher/applyLab.vue index 654274e..2cc9845 100644 --- a/element-vue/src/pages/teacher/applyLab.vue +++ b/element-vue/src/pages/teacher/applyLab.vue @@ -301,7 +301,7 @@ } }, //钩子函数,生命周期mouted - mounted() { + async mounted() { this.courseOption = get('',this.u_id) //发送教师id,返回该教师课程管理中所有的课程信息,是一个数组 //测试数据 this.courseOption=[{ @@ -319,7 +319,7 @@ console.log('this is mouted') console.log(this.$refs.weekSelection) var d = new Date() - + this.tableData = await get('/lb/lab/getLabList') } }