测评管理debug fix

This commit is contained in:
cai.pingxiang
2025-12-07 18:31:23 +08:00
parent 3df90e5ba1
commit e92862242c

View File

@@ -1265,7 +1265,7 @@ export default {
state.screenHeight = document.body.clientHeight; state.screenHeight = document.body.clientHeight;
}; };
onMounted(() => { onMounted(() => {
console.log('evaluationManagement:', this.evaluationManagement) console.log('evaluationManagement:')
// console.log("11111", 1); // console.log("11111", 1);
window.addEventListener("resize", getClientHeight, false); window.addEventListener("resize", getClientHeight, false);
// judgeUrl(); // judgeUrl();