@@ -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
},