From f011361fd754306119824d537715783790bdecde Mon Sep 17 00:00:00 2001 From: sunFlower <787203167@qq.com> Date: Tue, 18 Oct 2022 12:00:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E9=A1=B9=E7=9B=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/TaskParameterCollection.vue | 23 +++++++++++-------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue index 26b867eb0..49f49a182 100644 --- a/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue +++ b/jero-web/src/views/projectManagement/components/TaskParameterCollection.vue @@ -87,7 +87,9 @@ + :projectId='this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id'> + + @@ -100,7 +102,9 @@ + :projectId='this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id'> + + @@ -237,8 +241,8 @@ //处理接收到的消息 handler: function(res) { let that = this - if (res.data == '1'){ - this.getlist() + if (res.data == '1') { + this.getlist() } } } @@ -255,8 +259,8 @@ // localStorage.setItem('paramsManifest', JSON.stringify(item)) let newUrl = _this.$router.resolve({ path: '/ParameterItemCollection', - query: item - // projectName:this.$route.query.projectName + query: item + // projectName:this.$route.query.projectName }) window.open(newUrl.href, '_blank') } else { @@ -402,7 +406,7 @@ }, getlist() { let query = { - projectId: this.$route.query.id, + projectId: this.$route.query.parentId ? this.$route.query.parentId : this.$route.query.id, pageSize: this.pageSize, pageNo: this.pageNo, ...this.queryParam @@ -561,13 +565,14 @@ text-justify: inter-ideograph; word-break: break-all } + ::v-deep .ant-table-row:first-child { - background: #fff!important; + background: #fff !important; opacity: 0.95; } ::v-deep .ant-table-body { - background: transparent!important; + background: transparent !important; }