mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
测评管理debug fix
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user