From 52c1850cfbecd99a53a456459c15cc28bbe70a1e Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Mon, 1 Aug 2022 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=92=E5=B1=9E=E9=83=A8=E9=97=A8=EF=BC=8C?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capacityOnTheShelf/Algorithm.vue | 3 +++ front/src/views/capacityOnTheShelf/Application.vue | 3 +++ front/src/views/capacityOnTheShelf/BusinessComponent.vue | 3 +++ front/src/views/capacityOnTheShelf/DevelopmentComponents.vue | 3 +++ front/src/views/capacityOnTheShelf/LayerServices.vue | 3 +++ 5 files changed, 15 insertions(+) diff --git a/front/src/views/capacityOnTheShelf/Algorithm.vue b/front/src/views/capacityOnTheShelf/Algorithm.vue index 893d73dd..baba1447 100644 --- a/front/src/views/capacityOnTheShelf/Algorithm.vue +++ b/front/src/views/capacityOnTheShelf/Algorithm.vue @@ -429,6 +429,9 @@ if (!dataFrom.value.shareCondition) { notFilled.value.push('共享条件') } + if (!dataFrom.value.deptId) { + notFilled.value.push('归属部门') + } if (!dataFrom.value.deptContacts) { notFilled.value.push('部门联系人') } diff --git a/front/src/views/capacityOnTheShelf/Application.vue b/front/src/views/capacityOnTheShelf/Application.vue index 5edbd35a..67dafac2 100644 --- a/front/src/views/capacityOnTheShelf/Application.vue +++ b/front/src/views/capacityOnTheShelf/Application.vue @@ -323,6 +323,9 @@ if (!dataFrom.value.description) { notFilled.value.push('应用描述') } + if (!dataFrom.value.deptId) { + notFilled.value.push('归属部门') + } if (!dataFrom.value.deptContacts) { notFilled.value.push('部门联系人') } diff --git a/front/src/views/capacityOnTheShelf/BusinessComponent.vue b/front/src/views/capacityOnTheShelf/BusinessComponent.vue index 45cd0117..374976b5 100644 --- a/front/src/views/capacityOnTheShelf/BusinessComponent.vue +++ b/front/src/views/capacityOnTheShelf/BusinessComponent.vue @@ -399,6 +399,9 @@ if (!dataFrom.value.shareCondition) { notFilled.value.push('共享条件') } + if (!dataFrom.value.deptId) { + notFilled.value.push('归属部门') + } if (!dataFrom.value.deptContacts) { notFilled.value.push('部门联系人') } diff --git a/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue b/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue index c4faeb25..26c764ee 100644 --- a/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue +++ b/front/src/views/capacityOnTheShelf/DevelopmentComponents.vue @@ -398,6 +398,9 @@ if (!dataFrom.value.shareCondition) { notFilled.value.push('共享条件') } + if (!dataFrom.value.deptId) { + notFilled.value.push('归属部门') + } if (!dataFrom.value.deptContacts) { notFilled.value.push('部门联系人') } diff --git a/front/src/views/capacityOnTheShelf/LayerServices.vue b/front/src/views/capacityOnTheShelf/LayerServices.vue index 9aef15d7..9f5e0b9a 100644 --- a/front/src/views/capacityOnTheShelf/LayerServices.vue +++ b/front/src/views/capacityOnTheShelf/LayerServices.vue @@ -298,6 +298,9 @@ if (!dataFrom.value.shareCondition) { notFilled.value.push('共享条件') } + if (!dataFrom.value.deptId) { + notFilled.value.push('归属部门') + } if (!dataFrom.value.deptContacts) { notFilled.value.push('部门联系人') }