【update】- 工作组、起草组、功能安全中心-联系人最多20个
This commit is contained in:
@@ -640,8 +640,8 @@ export default {
|
||||
* @param index
|
||||
*/
|
||||
handleAddContact(index) {
|
||||
if (this.model.payDraftingGroupSubItemContactsList.length >= 10) {
|
||||
this.$message.warn('最多添加十个企业联系人')
|
||||
if (this.model.payDraftingGroupSubItemContactsList.length >= 20) {
|
||||
this.$message.warn('最多添加二十个企业联系人')
|
||||
return
|
||||
}
|
||||
let obj = {
|
||||
|
||||
@@ -346,8 +346,8 @@ export default {
|
||||
* @param index
|
||||
*/
|
||||
handleAddContact(index) {
|
||||
if (this.model.contactsList.length >= 10) {
|
||||
this.$message.warn('最多添加十个企业联系人')
|
||||
if (this.model.contactsList.length >= 20) {
|
||||
this.$message.warn('最多添加二十个企业联系人')
|
||||
return
|
||||
}
|
||||
let obj = {
|
||||
|
||||
@@ -1089,8 +1089,8 @@ export default {
|
||||
* @param index
|
||||
*/
|
||||
handleAddContact(index) {
|
||||
if (this.model.payWorkingGroupSubItemContactsList.length >= 10) {
|
||||
this.$message.warn('最多添加十个企业联系人')
|
||||
if (this.model.payWorkingGroupSubItemContactsList.length >= 20) {
|
||||
this.$message.warn('最多添加二十个企业联系人')
|
||||
return
|
||||
}
|
||||
let obj = {
|
||||
|
||||
Reference in New Issue
Block a user