入学课程学习
This commit is contained in:
parent
bae9689b76
commit
0c166b4b04
@ -39,9 +39,6 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { listDayflowtask } from "@/api/benyi/dayflow/dayflowtask";
|
|
||||||
import { listStandard } from "@/api/benyi/dayflow/biaozhun/standard";
|
|
||||||
import { listUnscramble } from "@/api/benyi/dayflow/unscramble";
|
|
||||||
import { treeselect, getAdmissioncourse } from "@/api/benyi/admissioncourse";
|
import { treeselect, getAdmissioncourse } from "@/api/benyi/admissioncourse";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
@ -94,7 +91,10 @@ export default {
|
|||||||
handleNodeClick(data) {
|
handleNodeClick(data) {
|
||||||
this.queryParams.detailId = data.id;
|
this.queryParams.detailId = data.id;
|
||||||
getAdmissioncourse(this.queryParams.detailId).then((response) => {
|
getAdmissioncourse(this.queryParams.detailId).then((response) => {
|
||||||
this.content = response.data.content;
|
if (response.data.content != null) {
|
||||||
|
this.content = response.data.content;
|
||||||
|
this.title = response.data.titlename;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user