From 5e308b59769e921d590b48586ee9206f22a850f6 Mon Sep 17 00:00:00 2001 From: Xia Zekun Date: Fri, 10 May 2024 10:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E7=BB=9C=E4=BA=BA=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E7=BB=84=E7=9A=84=E7=BB=84=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E5=8F=AF=E4=BB=A5=E9=80=89=E6=8B=A9=E6=89=80?= =?UTF-8?q?=E6=9C=89=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/DepartLiaisonIssueBaseInfo.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardRevision/modules/DepartLiaisonIssueBaseInfo.vue b/src/views/workCenter/enterpriseStandardRevision/modules/DepartLiaisonIssueBaseInfo.vue index 9902aa43..fece49e5 100644 --- a/src/views/workCenter/enterpriseStandardRevision/modules/DepartLiaisonIssueBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardRevision/modules/DepartLiaisonIssueBaseInfo.vue @@ -43,7 +43,7 @@ - import BaseInfoForm from './BaseInfoForm' -import UserSelectByWorkGroup from '@/components/selection/UserSelectByWorkGroup' +import UserSelection from '@comp/selection/UserSelection' import Vue from 'vue' import { kkFilePreview } from '@/utils/kkFilePreview' import { ACCESS_TOKEN } from '@/store/mutation-types' @@ -68,7 +68,7 @@ import { Base64 } from 'js-base64' export default { name: 'DepartLiaisonIssueBaseInfo', - components: { BaseInfoForm, UserSelectByWorkGroup }, + components: { BaseInfoForm, UserSelection }, props: { disabled: { type: Boolean,