|
@@ -105,7 +105,7 @@ export default {
|
|
const _this = this
|
|
const _this = this
|
|
this.$confirm({
|
|
this.$confirm({
|
|
title: '提示',
|
|
title: '提示',
|
|
- content: '已被绑定的客户类型,删除时需给出提示“客户类型被使用,删除后客户资料中的原有客户类型将同步被删除,确定删除吗?',
|
|
|
|
|
|
+ content: '客户类型被使用,删除后客户资料中的原有客户类型将同步被删除,确定删除吗?',
|
|
centered: true,
|
|
centered: true,
|
|
onOk () {
|
|
onOk () {
|
|
custTypeDel({ id: row.id }).then(res => {
|
|
custTypeDel({ id: row.id }).then(res => {
|