|
@@ -553,7 +553,7 @@ export default {
|
|
this.searchForm = this.$route.query.searchForm;
|
|
this.searchForm = this.$route.query.searchForm;
|
|
}
|
|
}
|
|
// 获取所有科目的接口
|
|
// 获取所有科目的接口
|
|
- getSubject().then(res => {
|
|
|
|
|
|
+ getSubject({tenantId:1}).then(res => {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.subjectList = res.data;
|
|
this.subjectList = res.data;
|
|
}
|
|
}
|