From c9e2db32adb80a03568cd347c0dd1d51ca0daa86 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 11 Oct 2024 15:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A3=E6=A1=88=E7=9B=AE=E5=BD=95=20?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9D=83=E9=99=90=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/catalog/index.vue | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dangan-ui/src/views/dangan/catalog/index.vue b/dangan-ui/src/views/dangan/catalog/index.vue index c3b33b2..f1fbe22 100644 --- a/dangan-ui/src/views/dangan/catalog/index.vue +++ b/dangan-ui/src/views/dangan/catalog/index.vue @@ -49,7 +49,7 @@ {{ scope.row.muName }} {{ scope.row.sbCount }} - {{ scope.row.sbCount }} + {{ scope.row.sbCount }} @@ -540,18 +540,18 @@ 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; + this.lssc.total = response.total; + this.lssc.previewList = []; - this.lssc.open = true; - listPictureRecard({muId: row.id,pageSize: 1000000000}).then(response => { - this.lssc.list = response.rows; - this.lssc.total = response.total; - this.lssc.previewList = []; - - this.lssc.list.forEach(item=>{ - this.lssc.previewList.push(item.picUrl) - }) - }); + this.lssc.list.forEach(item=>{ + this.lssc.previewList.push(item.picUrl) + }) + }); + } }, // 点击档案图片 onTu(index){