diff --git a/src/components/pagination/index.vue b/src/components/pagination/index.vue index ce849e288..c3020523e 100644 --- a/src/components/pagination/index.vue +++ b/src/components/pagination/index.vue @@ -28,20 +28,24 @@ export default { this.$emit('pageChange', page) }, pageSizeChange (pageSize) { - if (this.getTypeFlag === 'CloudRepository') { - this.userInfo.configContent = pageSize - this.setUserInfo(JSON.stringify(JSON.parse(JSON.stringify(this.userInfo)))) - this.$emit('pageSizeChange', pageSize) - } else { - this.pageConfig(pageSize).then((res) => { - if (res.ok) { - this.userInfo.configContent = pageSize - this.setUserInfo(JSON.stringify(JSON.parse(JSON.stringify(this.userInfo)))) - this.$emit('pageSizeChange', pageSize) - } - }, e => { - }) - } + this.userInfo.configContent = pageSize + this.setUserInfo(JSON.stringify(JSON.parse(JSON.stringify(this.userInfo)))) + this.$emit('pageSizeChange', pageSize) + + // if (this.getTypeFlag === 'CloudRepository') { + // this.userInfo.configContent = pageSize + // this.setUserInfo(JSON.stringify(JSON.parse(JSON.stringify(this.userInfo)))) + // this.$emit('pageSizeChange', pageSize) + // } else { + // this.pageConfig(pageSize).then((res) => { + // if (res.ok) { + // this.userInfo.configContent = pageSize + // this.setUserInfo(JSON.stringify(JSON.parse(JSON.stringify(this.userInfo)))) + // this.$emit('pageSizeChange', pageSize) + // } + // }, e => { + // }) + // } }, /** * @description: 每页条数配置 diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index f2f82ff0f..a259242f2 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -4,6 +4,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.title}}
-- {{ opinionList.standardNumber }} + {{ this.$route.query.item.categorg }}
- {{ opinionList.standardName || '-' }} + {{ this.$route.query.item.cname || '-' }}
- {{ opinionList.uploadTime || '-' }} + {{ this.$route.query.item.starttime || '-' }}
- {{ opinionList.opinionCycle || '-' }} + {{ this.$route.query.item.endtime || '-' }}