归属部门,必填字段

This commit is contained in:
gaoyuanwei 2022-08-01 14:53:03 +08:00
parent 8ecafcc1ae
commit 52c1850cfb
5 changed files with 15 additions and 0 deletions

View File

@ -429,6 +429,9 @@
if (!dataFrom.value.shareCondition) { if (!dataFrom.value.shareCondition) {
notFilled.value.push('共享条件') notFilled.value.push('共享条件')
} }
if (!dataFrom.value.deptId) {
notFilled.value.push('归属部门')
}
if (!dataFrom.value.deptContacts) { if (!dataFrom.value.deptContacts) {
notFilled.value.push('部门联系人') notFilled.value.push('部门联系人')
} }

View File

@ -323,6 +323,9 @@
if (!dataFrom.value.description) { if (!dataFrom.value.description) {
notFilled.value.push('应用描述') notFilled.value.push('应用描述')
} }
if (!dataFrom.value.deptId) {
notFilled.value.push('归属部门')
}
if (!dataFrom.value.deptContacts) { if (!dataFrom.value.deptContacts) {
notFilled.value.push('部门联系人') notFilled.value.push('部门联系人')
} }

View File

@ -399,6 +399,9 @@
if (!dataFrom.value.shareCondition) { if (!dataFrom.value.shareCondition) {
notFilled.value.push('共享条件') notFilled.value.push('共享条件')
} }
if (!dataFrom.value.deptId) {
notFilled.value.push('归属部门')
}
if (!dataFrom.value.deptContacts) { if (!dataFrom.value.deptContacts) {
notFilled.value.push('部门联系人') notFilled.value.push('部门联系人')
} }

View File

@ -398,6 +398,9 @@
if (!dataFrom.value.shareCondition) { if (!dataFrom.value.shareCondition) {
notFilled.value.push('共享条件') notFilled.value.push('共享条件')
} }
if (!dataFrom.value.deptId) {
notFilled.value.push('归属部门')
}
if (!dataFrom.value.deptContacts) { if (!dataFrom.value.deptContacts) {
notFilled.value.push('部门联系人') notFilled.value.push('部门联系人')
} }

View File

@ -298,6 +298,9 @@
if (!dataFrom.value.shareCondition) { if (!dataFrom.value.shareCondition) {
notFilled.value.push('共享条件') notFilled.value.push('共享条件')
} }
if (!dataFrom.value.deptId) {
notFilled.value.push('归属部门')
}
if (!dataFrom.value.deptContacts) { if (!dataFrom.value.deptContacts) {
notFilled.value.push('部门联系人') notFilled.value.push('部门联系人')
} }