档案目录 角色权限修改

master
wanglei 1 year ago
parent 637cb3fa21
commit c9e2db32ad

@ -540,8 +540,7 @@ export default {
/** 查询档案图片信息记录列表 */ /** 查询档案图片信息记录列表 */
getListPicture(row) { getListPicture(row) {
console.log(row); if(this.$store.state.user.permissions.indexOf('dangan:pictureRecard:list')>0){
this.lssc.open = true; this.lssc.open = true;
listPictureRecard({muId: row.id,pageSize: 1000000000}).then(response => { listPictureRecard({muId: row.id,pageSize: 1000000000}).then(response => {
this.lssc.list = response.rows; this.lssc.list = response.rows;
@ -552,6 +551,7 @@ export default {
this.lssc.previewList.push(item.picUrl) this.lssc.previewList.push(item.picUrl)
}) })
}); });
}
}, },
// //
onTu(index){ onTu(index){

Loading…
Cancel
Save