mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
去掉添加学员提交限制
This commit is contained in:
@@ -256,6 +256,10 @@ const props = defineProps({
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
activeKey:{
|
||||
type: String,
|
||||
default: "",
|
||||
},
|
||||
id: String,
|
||||
columns: {
|
||||
type: Array,
|
||||
@@ -453,6 +457,8 @@ function exportTaskStuRouter() {
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
debugger
|
||||
console.log("props.activeKey1" + props.activeKey1)
|
||||
getStuList();
|
||||
});
|
||||
watch(props.isgetStudent, () => {
|
||||
|
||||
Reference in New Issue
Block a user