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