From 146e75e83d27d5568fe3646e8080d9aba61f10bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com> Date: Fri, 22 Nov 2024 19:30:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/unitPages/myTask/info.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/unitPages/myTask/info.vue b/src/views/unitPages/myTask/info.vue index 8e72e43..d966833 100644 --- a/src/views/unitPages/myTask/info.vue +++ b/src/views/unitPages/myTask/info.vue @@ -370,9 +370,8 @@ export default { getList() { this.loading = true this.pagination.taskId = this.$route.query.id || this.$route.meta.id - this.pagination.dwmc = this.$route.query.dwmc || this.$route.meta.dwmc + // this.pagination.dwmc = this.$route.query.dwmc || this.$route.meta.dwmc geassetTaskcHc(this.pagination).then(res => { - this.tableData = res.data.records this.loading = false this.total = res.data.total