Commit f08acacf authored by zhengyi's avatar zhengyi

客户合并提示结尾问号删除

parent 0ccbfe63
...@@ -441,7 +441,7 @@ export default { ...@@ -441,7 +441,7 @@ export default {
this.$message.success(this.$t("保留客户和非主客户不能为同一客户")) this.$message.success(this.$t("保留客户和非主客户不能为同一客户"))
return return
} }
this.$confirm('保留客户和非主客户,不能在两个不同的客户经理名下,请先确认两个客户在同一个客户经理名下,不允许提交当非主客户/保留客户在移交过程中,不允许合并', '提示', { this.$confirm('保留客户和非主客户,不能在两个不同的客户经理名下,请先确认两个客户在同一个客户经理名下,不允许提交当非主客户/保留客户在移交过程中,不允许合并', '提示', {
confirmButtonText: this.$t('确定'), confirmButtonText: this.$t('确定'),
cancelButtonText: this.$t('取消') cancelButtonText: this.$t('取消')
}).then(() => { }).then(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment