|
|
@ -966,6 +966,7 @@ export default { |
|
|
|
} |
|
|
|
if (this.temp.customerType == '企业' && this.temp.name.length < 5) { |
|
|
|
this.$message({ showClose: true, type: 'error', message: '因客户类型为企业,客户名称的长度应不少于5个汉字' }) |
|
|
|
return |
|
|
|
} |
|
|
|
if (this.stateId === '0') { |
|
|
|
this.temp.dto1 = this.templooke // this.templooke这个是运营的数据源 |
|
|
|