From 44cfa7e82eacca275b2de37b26fb1599587d79b2 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Sun, 7 Apr 2024 13:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=84=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/evaluation/evaluationUpload.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/evaluation/evaluationUpload.vue b/src/views/evaluation/evaluationUpload.vue index 596ba788..a77494e6 100644 --- a/src/views/evaluation/evaluationUpload.vue +++ b/src/views/evaluation/evaluationUpload.vue @@ -762,6 +762,7 @@ import {timeoutUpload} from "@/api/configPublic"; // ]); onMounted(()=>{ state.tableLoading = true + console.log(userInfo.value,'sssss') listData() }) const uploadAdmin = (aaaa)=>{ @@ -1192,6 +1193,7 @@ import {timeoutUpload} from "@/api/configPublic"; evaluationName:state.formData.evaluationName, // detailIds:state.idValue, evaluationDetailList:!state.loadNewDown?state.valueAll:null, + workNum: userInfo.value.userNo, // downloadUrls:state.downloadUrl, imagePath:state.formData.cover }).then((res)=>{