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 @@