From e950c38ba82e5e6bc8b0c50c35e5dbb6a180165a Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期二, 20 五月 2025 16:43:06 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- laboratory/src/views/dataManagement/approvalPlan/list.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/laboratory/src/views/dataManagement/approvalPlan/list.vue b/laboratory/src/views/dataManagement/approvalPlan/list.vue index e2858b2..994dc10 100644 --- a/laboratory/src/views/dataManagement/approvalPlan/list.vue +++ b/laboratory/src/views/dataManagement/approvalPlan/list.vue @@ -171,7 +171,7 @@ ], approvalDialogVisible: false, approvalDialogType: "approve", - currentApprovalData: null, + currentApprovalData: [], // 确认弹窗相关数据 changeStatus: false, changeStatusTitle: "", -- Gitblit v1.7.1