From 14aa0c8e11941324c990a9071599536b7080f592 Mon Sep 17 00:00:00 2001 From: xyq <392009588@qq.com> Date: Thu, 21 Sep 2023 14:30:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/index.vue | 27 --------------------------- src/views/homesteadSurvey/list4.vue | 4 ++-- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index 780ff646..d08dd274 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/src/views/homesteadSurvey/index.vue @@ -230,8 +230,6 @@ countyhc:1, countwhc:1, - //宅调人员列表 - taskExecutortions:[], //当前用户级别 businessLevel:1, // 字典列表json @@ -239,9 +237,6 @@ }; }, created(){ - userList().then(response => { - this.taskExecutortions = response.data - }) if(this.checked){ setTimeout(() => { let userId = this.$store.state.user.userId; @@ -323,28 +318,6 @@ } return '#FA5353' }, - taskExecutorChange(row){ - if(row.taskExecutor!=null&&row.taskExecutor!=""&&row.taskExecutor.length>1){ - var actions = []; - row.taskExecutor.map(res => { - for(let i = 0;i { - if (this.taskExecutortions[key].userName == ('' + row.taskExecutor)) { - actions.push(this.taskExecutortions[key].nickName); - return true; - } - }) - return actions.join(','); - } - }, onRefreshtask(){ this.isLoadingtask = false; let _this = this diff --git a/src/views/homesteadSurvey/list4.vue b/src/views/homesteadSurvey/list4.vue index 6602c972..de0608e6 100644 --- a/src/views/homesteadSurvey/list4.vue +++ b/src/views/homesteadSurvey/list4.vue @@ -495,10 +495,10 @@