提交 87cba8c3 authored 作者: matian's avatar matian

fix:编辑联系人提示语修改

上级 a06e3c7b
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
this.btnDisabled = true this.btnDisabled = true
UpdateContact(params) UpdateContact(params)
.then(res => { .then(res => {
this.$message.success('新建联系人成功') this.$message.success('更新联系人成功')
this.$emit('update:visible', false) this.$emit('update:visible', false)
this.$emit('success', res.data) this.$emit('success', res.data)
}) })
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论