From 2bab395e8926860a4d71d4dbc594516c4f04fae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Thu, 21 Jul 2022 16:19:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A1=A2=E5=B7=9E=E7=89=88?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F=E4=BB=A5=E5=8F=8A=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/account.vue | 10 ++++----- src/components/selectWorker.vue | 9 +++++--- .../laborManage/EpidemicPrevention/index.vue | 2 +- .../projectFront/laborManage/Payoff/index.vue | 7 +++++-- .../laborManage/safeeducation/index.vue | 21 ++++++++++--------- .../laborManage/visitorsManage.vue | 4 ++-- .../nucleicAcidOvertimePersonnel/index.vue | 6 +++--- src/views/projectThree/homePage.vue | 8 +++++-- 8 files changed, 39 insertions(+), 28 deletions(-) diff --git a/src/components/account.vue b/src/components/account.vue index 9a086618..f50429b7 100644 --- a/src/components/account.vue +++ b/src/components/account.vue @@ -140,19 +140,19 @@ export default { this.seeEquipment = this.$store.state.userInfo.seeEquipment; this.loginData = JSON.parse(localStorage.getItem('systemInfo')) console.log(' this.loginData', this.loginData) - if( this.loginData.headerConfiguration != null){ + if( this.loginData.headerConfiguration != ""){ this.headerConfiguration = this.loginData.headerConfiguration } - if( this.loginData.projectBackground != null){ + if( this.loginData.projectBackground != ""){ this.projectBackground = this.loginData.projectBackground } - if( this.loginData.enterpriseBackground != null){ + if( this.loginData.enterpriseBackground != ""){ this.enterpriseBackground = this.loginData.enterpriseBackground } - if(this.loginData.equipmentChina !=null ){ + if(this.loginData.equipmentChina != "" ){ this.equipmentChina = this.loginData.equipmentChina } - if(this.loginData.dataCenter != null){ + if(this.loginData.dataCenter != ""){ this.dataCenter1 = this.loginData.dataCenter } // console.log('项目后台',this.projectBackground) diff --git a/src/components/selectWorker.vue b/src/components/selectWorker.vue index 84171971..6730f472 100644 --- a/src/components/selectWorker.vue +++ b/src/components/selectWorker.vue @@ -52,13 +52,15 @@ @selection-change="handleSelectionChange" :empty-text="'请选择条件进行查询'" > - + - + - + + + @@ -138,6 +140,7 @@ export default { getTableData() { getWorkerInfoList(this.searchForm).then((res) => { this.multipleSelection=[] + console.log('有籍贯吗',res.result.records) this.tableListData = res.result.records; }); }, diff --git a/src/views/projectFront/laborManage/EpidemicPrevention/index.vue b/src/views/projectFront/laborManage/EpidemicPrevention/index.vue index 55325628..1679ef55 100644 --- a/src/views/projectFront/laborManage/EpidemicPrevention/index.vue +++ b/src/views/projectFront/laborManage/EpidemicPrevention/index.vue @@ -2,7 +2,7 @@