【bug】清除联系人 清除表单 提示语修改

This commit is contained in:
fengachen
2021-10-28 11:20:39 +08:00
parent 627a6ef454
commit f8fdade998
4 changed files with 22 additions and 12 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ export default {
this.$refs.contactForm.disableSubmit = false
return
}
this.$message.warn('请先选择来款企业再为该企业新建联系人')
// 调用无权限的提示语修改
this.$message.warn('请先选择企业再为该企业新建联系人')
},
addContactsOk(id) {
this.getContactsList().then(() => {