|
@@ -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);
|