fix
13404089107
4 天以前 139d1461615f301b22401dfb6c7a0948b54d56af
fix
4个文件已修改
8 ■■■■ 已修改文件
culture/src/views/strainReportLibrary/reportLibraryOne/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
culture/src/views/strainReportLibrary/reportLibraryOneFour/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
culture/src/views/strainReportLibrary/reportLibraryOneTWO/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
culture/src/views/strainReportLibrary/reportLibraryOneThree/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
culture/src/views/strainReportLibrary/reportLibraryOne/index.vue
@@ -117,7 +117,7 @@
                experimentName: ''
            },
            tableData: [],
            roleType: JSON.parse(sessionStorage.getItem('userInfo')).roleType,
            roleType: Number(JSON.parse(sessionStorage.getItem('userInfo')).roleType || 0),
            showDelConfirm: false,
            rowId: '',
            changeStatus: false,
culture/src/views/strainReportLibrary/reportLibraryOneFour/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,
culture/src/views/strainReportLibrary/reportLibraryOneTWO/index.vue
@@ -122,7 +122,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,
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,