去掉添加学员提交限制

This commit is contained in:
lpq
2023-02-26 16:01:25 +08:00
parent 42a243f417
commit 8f43e19938
5 changed files with 41 additions and 24 deletions

View File

@@ -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, () => {