|
@@ -82,7 +82,6 @@ export default {
|
|
...classes({ getClassList: 'query' }), //仅供班主任使用
|
|
...classes({ getClassList: 'query' }), //仅供班主任使用
|
|
...lesson({ teaclass: 'teaclass' }), //仅供老师使用
|
|
...lesson({ teaclass: 'teaclass' }), //仅供老师使用
|
|
checkOption() {
|
|
checkOption() {
|
|
- console.log(_.cloneDeep(this.options));
|
|
|
|
if (_.get(this.options, 'planid')) {
|
|
if (_.get(this.options, 'planid')) {
|
|
this.search({ type: 'plan', planyearid: _.get(this.options, 'planyearid') });
|
|
this.search({ type: 'plan', planyearid: _.get(this.options, 'planyearid') });
|
|
}
|
|
}
|