|
@@ -126,6 +126,7 @@
|
|
<DataPrevillegeAddCourseDialog
|
|
<DataPrevillegeAddCourseDialog
|
|
ref="addCourseDialog"
|
|
ref="addCourseDialog"
|
|
:user-id="form.userId"
|
|
:user-id="form.userId"
|
|
|
|
+ :root-org-id="form.rootOrgId"
|
|
@reload="init"
|
|
@reload="init"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
@@ -160,6 +161,7 @@ export default {
|
|
toActiveName: null,
|
|
toActiveName: null,
|
|
form: {
|
|
form: {
|
|
userId: "",
|
|
userId: "",
|
|
|
|
+ rootOrgId: null,
|
|
defaultStatusCourse: false,
|
|
defaultStatusCourse: false,
|
|
auditAuthority: "",
|
|
auditAuthority: "",
|
|
},
|
|
},
|
|
@@ -188,6 +190,7 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
this.form.userId = this.$route.params.userId;
|
|
this.form.userId = this.$route.params.userId;
|
|
|
|
+ this.form.rootOrgId = this.$route.params.rootOrgId;
|
|
await this.init();
|
|
await this.init();
|
|
this.$nextTick(function () {
|
|
this.$nextTick(function () {
|
|
this.paginationShow = true;
|
|
this.paginationShow = true;
|