|
@@ -736,6 +736,7 @@ export default {
|
|
// gradeid:301
|
|
// gradeid:301
|
|
};
|
|
};
|
|
this.deptOptions = [];
|
|
this.deptOptions = [];
|
|
|
|
+ if (!Ajax.gradeId) return
|
|
this.treeLoading = true;
|
|
this.treeLoading = true;
|
|
treeList(Ajax)
|
|
treeList(Ajax)
|
|
.then((response) => {
|
|
.then((response) => {
|
|
@@ -760,6 +761,7 @@ export default {
|
|
pharseId: this.queryParams.pharseId,
|
|
pharseId: this.queryParams.pharseId,
|
|
};
|
|
};
|
|
this.KnowledgeOptions = [];
|
|
this.KnowledgeOptions = [];
|
|
|
|
+ if (!Ajax.subjectId) return
|
|
this.treeLoading = true;
|
|
this.treeLoading = true;
|
|
knowledgeTree(Ajax)
|
|
knowledgeTree(Ajax)
|
|
.then((response) => {
|
|
.then((response) => {
|