mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
Merge remote-tracking branch 'origin/manage-release' into manage-release
# Conflicts: # src/components/student/ChangeLevelModal.vue # src/components/student/TableStudent.vue
This commit is contained in:
@@ -117,7 +117,7 @@ import { computed, defineProps, onMounted, ref, watch } from "vue";
|
||||
import { delStudentList, getStuPage } from "@/api/index1";
|
||||
import CommonStudent from "@/components/student/CommonStudent";
|
||||
import ChangeLevelModal from "./ChangeLevelModal.vue";
|
||||
import { message } from "ant-design-vue";
|
||||
import {message} from "ant-design-vue";
|
||||
const props = defineProps({
|
||||
type: Number,
|
||||
id: String,
|
||||
@@ -266,7 +266,7 @@ function submitCall(flag) {
|
||||
flag && getStuList();
|
||||
}
|
||||
|
||||
//调整关卡
|
||||
// 调整关卡;
|
||||
const visiblene = ref(false);
|
||||
const showChangeModal = () => {
|
||||
if(!stuSelectKeys.value.length){
|
||||
|
||||
Reference in New Issue
Block a user