From f5f79b7df99aaca3ad1a08de05893d58dd2aa62b Mon Sep 17 00:00:00 2001 From: zichen1019 <1510748736@qq.com> Date: Wed, 1 Sep 2021 11:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/list.vue | 25 ++----------------------- src/views/ysjl/3000/common/index.vue | 22 +++++++--------------- src/views/ysjl/3000/jj/wjf-yy/index.vue | 5 ++++- src/views/ysjl/3000/jj/xfdt/index.vue | 5 ++++- src/views/ysjl/3000/jj/yjf-yy/index.vue | 7 +++++-- src/views/ysjl/3000/jj/yy-jj/index.vue | 5 ++++- src/views/ysjl/3000/jj/yyfb/index.vue | 5 ++++- src/views/ysjl/3000/jj/zdft/index.vue | 5 ++++- src/views/ysjl/3000/jj/zw/index.vue | 5 ++++- 9 files changed, 38 insertions(+), 46 deletions(-) diff --git a/src/views/task/list.vue b/src/views/task/list.vue index 5ccb901..b9988d9 100644 --- a/src/views/task/list.vue +++ b/src/views/task/list.vue @@ -32,7 +32,7 @@ - + @@ -183,17 +183,10 @@ import Pagination from '@/components/Pagination' import Utils from '../../utils/contact.js' import { getOwnList, terminateRenwu, completeRenwuFn } from '@/api/renwu' import { cancelRenwuFn } from '@/api/common' -import { mapGetters } from 'vuex' import qs from 'qs' export default { name: 'MyTask', components: { Sticky, Pagination }, - filters: { - screen(value) { - console.log(value, 254444) - return value.charAt(0).toUpperCase() + value.slice(1) - } - }, data() { return { total: 0, @@ -244,21 +237,7 @@ export default { sbpzdm: '' }, currentRenwuId: 0, - dialogEnclosureVisible: false, - isSysUser: this.$store.getters.clientType === 'System', - searchNblist: [] - } - }, - computed: { - ...mapGetters(['allCategory']) - }, - watch: { - allCategory: { - handler(n, o) { - console.log(n.filter(item => item.parentId)) - this.searchNblist = n.filter(item => item.parentId) - }, - deep: true + dialogEnclosureVisible: false } }, created() { diff --git a/src/views/ysjl/3000/common/index.vue b/src/views/ysjl/3000/common/index.vue index 8d21c6e..a07ca50 100644 --- a/src/views/ysjl/3000/common/index.vue +++ b/src/views/ysjl/3000/common/index.vue @@ -220,22 +220,10 @@ - + - + @@ -310,7 +298,7 @@ - + {} } }, data() { diff --git a/src/views/ysjl/3000/jj/wjf-yy/index.vue b/src/views/ysjl/3000/jj/wjf-yy/index.vue index 7a4f8fc..caa1bd8 100644 --- a/src/views/ysjl/3000/jj/wjf-yy/index.vue +++ b/src/views/ysjl/3000/jj/wjf-yy/index.vue @@ -1,6 +1,6 @@