测评上传

This commit is contained in:
zhangsir
2024-03-22 17:37:17 +08:00
parent 5cfa2a4d07
commit fd0025892f
4 changed files with 353 additions and 183 deletions

View File

@@ -64,6 +64,7 @@
<script>
import { ref,onMounted, reactive,toRefs,computed } from "vue";
import dialog from "@/utils/dialog";
import { saveAdmin } from "@/api/evaluation";
export default {
name: "evadown",
components: {},
@@ -72,7 +73,7 @@ import dialog from "@/utils/dialog";
searchName: '',
tableData:[
{
name:',,',
name:'111',
jobId:'111',
evaluationName:'aaaaa',
uploader:'eeeee',
@@ -156,6 +157,7 @@ import dialog from "@/utils/dialog";
},
});
};
onMounted(() => {
console.log('aaa')})
return {