From 742457e8125dcab7131372f922a3af2f9d078e29 Mon Sep 17 00:00:00 2001 From: wenwj <‘1106994300@qq.com> Date: 星期日, 13 四月 2025 19:55:01 +0800 Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev --- src/views/partPlan/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/partPlan/index.vue b/src/views/partPlan/index.vue index 4ef19dc..9ffbcea 100644 --- a/src/views/partPlan/index.vue +++ b/src/views/partPlan/index.vue @@ -116,7 +116,7 @@ </HxlhTable> <!-- 鐢ㄦ埛瀵煎叆瀵硅瘽妗� --> - <el-dialog :title="upload.title" v-model="upload.open" width="90%" append-to-body> + <el-dialog :title="upload.title" v-model="upload.open" width="90%" append-to-body @close="dialogCancel"> <el-row :gutter="10"> <el-col> <div style="border-bottom: 1px solid #ccc;" > @@ -250,7 +250,7 @@ const total = ref(0); const daterangePlanStartDay = ref([]); const daterangePlanEndDay = ref([]); -const height = ref(document.documentElement.clientHeight - 260 + "px;") +const height = ref(document.documentElement.clientHeight - 210 + "px;") const isVisible = ref(false); const isError = ref(false); const planned = ref(true); @@ -787,6 +787,7 @@ isError.value = false; planned.value = true; upload.open = false; + upload.isUploading = false; } getList(); -- Gitblit v1.9.3