mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
fix bug
This commit is contained in:
@@ -685,6 +685,7 @@
|
||||
v-if="docChecked == true"
|
||||
v-model:file-list="fileList"
|
||||
name="file"
|
||||
:headers="headers"
|
||||
:action="uploadAction"
|
||||
@change="handleChange"
|
||||
>
|
||||
@@ -1415,6 +1416,7 @@ import ImpoterGroupLeader from "@/components/drawers/project/ImpoterGroupLeader.
|
||||
import TaskImpStu from "../../components/drawers/TaskFaceIn";
|
||||
|
||||
import { checkPer,fixDoublePer } from "@/utils/utils";
|
||||
import {getCookieForName} from "@/api/method";
|
||||
|
||||
export default {
|
||||
name: "LevelAdd",
|
||||
@@ -1446,6 +1448,7 @@ export default {
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
const stuRef = ref();
|
||||
const headers = { token: getCookieForName("token") };
|
||||
// const store = useStore();
|
||||
const state = reactive({
|
||||
createId: null,
|
||||
@@ -2911,6 +2914,7 @@ export default {
|
||||
...toRefs(state),
|
||||
...toRefs(levelList),
|
||||
stuRef,
|
||||
headers,
|
||||
clearChooseStu,
|
||||
showDeleteALLModal,
|
||||
closeDeleteALLModal,
|
||||
|
||||
Reference in New Issue
Block a user