From 85b5c551727be065848d637c5497ae1703e6fc87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Wed, 1 Feb 2023 11:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E4=B8=AD=E5=BF=83-=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=B3=95=E8=A7=84=E4=BB=BB=E5=8A=A1-=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=A1=AE=E8=AE=A4=E5=8A=9E=E7=90=86-=E5=88=97?= =?UTF-8?q?=E5=AE=BD=E5=8F=AF=E6=8B=96=E6=8B=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/toDoCenter/taskConfirmation/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jero-web/src/views/toDoCenter/taskConfirmation/index.vue b/jero-web/src/views/toDoCenter/taskConfirmation/index.vue index ff9758757..4093e2f49 100644 --- a/jero-web/src/views/toDoCenter/taskConfirmation/index.vue +++ b/jero-web/src/views/toDoCenter/taskConfirmation/index.vue @@ -41,6 +41,7 @@ import batchProcessing from './components/batchProcessing' import { getAction, postAction, deleteAction } from '@/api/manage' + import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' export default { name: 'index', components: { batchProcessing }, + mixins:[ResizeHeader, ResizeColumnProvide], data() { return { dataSource: [],