guhongwei 4 年之前
父节点
当前提交
983b070d4a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/home.vue

+ 1 - 0
src/views/home.vue

@@ -49,6 +49,7 @@ export default {
       let planid = _.get(this.defaultOption, 'planid');
       let res = await this.query({ planid: planid, headteacherid: this.user.userid });
       if (res.errcode == 0) {
+        console.log(res.data);
         this.$set(this, `list`, res.data);
       }
       console.log(res);