소스 검색

机构home

nanMing 2 년 전
부모
커밋
7475ae245b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruoyi-ui/src/views/home/index.vue

+ 1 - 1
ruoyi-ui/src/views/home/index.vue

@@ -277,7 +277,7 @@ export default {
       }
       if (this.permissions.length > 0) {
         this.permissions.some(item => item === 'orgainzation:lrjgyy:list')
-          ? listLrjgyy(quer).then(response => { this.lhData = response.rows; })
+          ? listLrjgyy(quer).then(response => { this.lhData = decryptRowData_ECB(response.rows, ["xm", "zjhm"], [1, 2]);; })
           : false
       }
     },