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('部门联系人') }