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