|
@@ -391,7 +391,8 @@ export default {
|
|
|
return {
|
|
|
subjectid: sharedParams,
|
|
|
edition: sharedParams,
|
|
|
- slipid: sharedParams
|
|
|
+ slipid: sharedParams,
|
|
|
+ tree: sharedParams
|
|
|
}
|
|
|
},
|
|
|
/** 新增按钮操作 */
|
|
@@ -480,8 +481,8 @@ export default {
|
|
|
editionId: this.queryParams.edition, //版本
|
|
|
subjectId: this.queryParams.subjectid, //科目
|
|
|
pharseId: this.queryParams.pharseId, //pharseId
|
|
|
- gradeId: this.queryParams.slipid //学册
|
|
|
- // gradeid:301
|
|
|
+ gradeId: this.queryParams.slipid, //学册
|
|
|
+ ...this.extraParams.tree
|
|
|
}
|
|
|
if (!Ajax.gradeId) return
|
|
|
this.deptOptions = []
|
|
@@ -502,7 +503,8 @@ export default {
|
|
|
}
|
|
|
let Ajax = {
|
|
|
subjectId: this.queryParams.subjectid,
|
|
|
- pharseId: this.queryParams.pharseId
|
|
|
+ pharseId: this.queryParams.pharseId,
|
|
|
+ ...this.extraParams.tree
|
|
|
}
|
|
|
if (!Ajax.subjectId) return
|
|
|
this.KnowledgeOptions = []
|