Ver Fonte

机构home

nanMing há 2 anos atrás
pai
commit
7475ae245b
1 ficheiros alterados com 1 adições e 1 exclusões
  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
       }
     },