|
@@ -112,7 +112,6 @@ export default {
|
|
this.$_http
|
|
this.$_http
|
|
.get(this.$pathParams(this.$_API.JTXT_GET_CATEGORIES_CATEGROYID, path))
|
|
.get(this.$pathParams(this.$_API.JTXT_GET_CATEGORIES_CATEGROYID, path))
|
|
.then(res => {
|
|
.then(res => {
|
|
- res.data.shift();
|
|
|
|
this.learnChildList = res.data;
|
|
this.learnChildList = res.data;
|
|
this.$store.commit("toggleLoading", false);
|
|
this.$store.commit("toggleLoading", false);
|
|
this.learnPage = 0;
|
|
this.learnPage = 0;
|