From 013c63b6a07231bb4456106e31715b0982167abd Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期三, 04 六月 2025 09:38:46 +0800
Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory

---
 culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue b/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue
index 4ef6c49..322c012 100644
--- a/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue
+++ b/culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue
@@ -123,7 +123,7 @@
             },
             tableData: [],
             showDelConfirm: false,
-            roleType: JSON.parse(sessionStorage.getItem('userInfo')).roleType,
+            roleType: Number(JSON.parse(sessionStorage.getItem('userInfo')).roleType || 0),
             rowId: '',
             changeStatus: false,
             showApproval: false,

--
Gitblit v1.7.1