From 48088f5d42b1c2317135bc13f1b9c177f551988a Mon Sep 17 00:00:00 2001 From: TiaStars Date: Wed, 8 May 2024 11:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E5=8A=A1=E4=BA=BA=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E5=8F=B0=E5=BE=85=E5=8A=9E=E5=AE=A1=E6=89=B9=E3=80=81?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E7=9A=84=E8=B7=B3=E8=BD=AC=E3=80=81=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=BA=93=E4=BF=AE=E6=94=B9=E8=B7=B3=E8=BD=AC=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 +- src/layout/components/FixedHeader/index.vue | 4 +- .../enterpriseDirectory/index.vue | 2 +- .../onlineDeclaration/pendingReview/index.vue | 8 +- src/views/onlineDeclaration/records/index.vue | 9 +- src/views/policyDocument/index.vue | 10 +- src/views/project/index.vue | 4 +- src/views/project/projectInfo/index.vue | 10 +- src/views/workbench/index.vue | 146 +++++++++++++++++- 9 files changed, 171 insertions(+), 26 deletions(-) diff --git a/.env.development b/.env.development index 65db24a..f62caaf 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = 金鸡湖现代服务业品牌管理系统 ENV = 'development' # 金鸡湖现代服务业品牌管理系统/开发环境 -VUE_APP_BASE_API = 'http://192.168.0.105:9040' -# VUE_APP_BASE_API = 'http://39.101.188.84:9040' +# VUE_APP_BASE_API = 'http://192.168.0.105:9040' +VUE_APP_BASE_API = 'http://39.101.188.84:9040' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/layout/components/FixedHeader/index.vue b/src/layout/components/FixedHeader/index.vue index e2f98b1..2dc4ebe 100644 --- a/src/layout/components/FixedHeader/index.vue +++ b/src/layout/components/FixedHeader/index.vue @@ -33,8 +33,8 @@ -
- +
+
diff --git a/src/views/onlineDeclaration/enterpriseDirectory/index.vue b/src/views/onlineDeclaration/enterpriseDirectory/index.vue index 138234c..cab2eff 100644 --- a/src/views/onlineDeclaration/enterpriseDirectory/index.vue +++ b/src/views/onlineDeclaration/enterpriseDirectory/index.vue @@ -182,7 +182,7 @@ - + 所有企业 部分企业 diff --git a/src/views/onlineDeclaration/pendingReview/index.vue b/src/views/onlineDeclaration/pendingReview/index.vue index 7687d8b..621b640 100644 --- a/src/views/onlineDeclaration/pendingReview/index.vue +++ b/src/views/onlineDeclaration/pendingReview/index.vue @@ -238,16 +238,18 @@ export default { }; }, mounted() { + if(this.$route.params.approvalStatusStr) { + this.queryParams.approvalStatusStr = this.$route.params.approvalStatusStr + this.radio = this.$route.params.approvalStatusStr + } this.cancalDebounce(); // console.log(this.deptId,"deptId"); window.addEventListener('resize', this.cancalDebounce); + this.getList(); }, destroyed() { window.removeEventListener('resize', this.cancalDebounce); }, - created() { - this.getList(); - }, methods: { // 屏幕尺寸变化 cancalDebounce(){ diff --git a/src/views/onlineDeclaration/records/index.vue b/src/views/onlineDeclaration/records/index.vue index 4cccab0..6bb48e6 100644 --- a/src/views/onlineDeclaration/records/index.vue +++ b/src/views/onlineDeclaration/records/index.vue @@ -84,8 +84,9 @@ 全部 初审 复审 + 专家评审 - 市级评审 + 评定通过 @@ -206,17 +207,17 @@ 评定不通过 - + - + - +