mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
测评上传
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user