|
@@ -1114,7 +1114,7 @@
|
|
|
if (this.commonJS.isNotEmpty(this.inputForm.clientList)) {
|
|
|
this.inputForm.clientList.forEach(item => {
|
|
|
rows.forEach(row => {
|
|
|
- if (item.id === row.id) {
|
|
|
+ if (item.contacts === row.contacts && item.linkMobilePhoneFirst === row.linkMobilePhoneFirst && item.linkMobilePhoneSecoed === row.linkMobilePhoneSecoed) {
|
|
|
this.$message.error('联系人已存在')
|
|
|
throw new Error()
|
|
|
}
|