归属部门,必填字段
This commit is contained in:
parent
8ecafcc1ae
commit
52c1850cfb
|
@ -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('部门联系人')
|
||||
}
|
||||
|
|
|
@ -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('部门联系人')
|
||||
}
|
||||
|
|
|
@ -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('部门联系人')
|
||||
}
|
||||
|
|
|
@ -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('部门联系人')
|
||||
}
|
||||
|
|
|
@ -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('部门联系人')
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue