From 993e5fd593398926af72af660cb5ed6aba8e4e2b Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期二, 20 五月 2025 16:43:04 +0800 Subject: [PATCH] 对接接口 --- 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