【update】- 工作组、起草组、功能安全中心-联系人最多20个

This commit is contained in:
fengchenchen
2024-08-07 15:37:31 +08:00
parent 8e2b42f82b
commit c839e1b89c
3 changed files with 6 additions and 6 deletions
@@ -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 = {