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