mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
--项目 学员列表
This commit is contained in:
@@ -2970,6 +2970,7 @@
|
|||||||
v-model:addAuthList="addAuthList"
|
v-model:addAuthList="addAuthList"
|
||||||
:authClassify="authClassify"
|
:authClassify="authClassify"
|
||||||
classify="course"
|
classify="course"
|
||||||
|
:type="shipType"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -3501,6 +3502,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
|
shipType: 1,
|
||||||
addLoading: false,
|
addLoading: false,
|
||||||
currentPlanItem: {},
|
currentPlanItem: {},
|
||||||
teacherId: null,
|
teacherId: null,
|
||||||
@@ -3752,6 +3754,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
const showStuAdd = () => {
|
const showStuAdd = () => {
|
||||||
state.viewpowervisible = true;
|
state.viewpowervisible = true;
|
||||||
|
state.shipType=2
|
||||||
state.authClassify = 3;
|
state.authClassify = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -5327,6 +5330,7 @@ export default defineComponent({
|
|||||||
// console.log("record", record);
|
// console.log("record", record);
|
||||||
state.viewpowervisible = true;
|
state.viewpowervisible = true;
|
||||||
state.selectCourseId = record.offcourseId;
|
state.selectCourseId = record.offcourseId;
|
||||||
|
state.shipType=1
|
||||||
state.authClassify = 2;
|
state.authClassify = 2;
|
||||||
};
|
};
|
||||||
//添加权限
|
//添加权限
|
||||||
|
|||||||
Reference in New Issue
Block a user