提交 60b92e74 authored 作者: matian's avatar matian

代码提交

上级 9ecf2f0f
...@@ -76,9 +76,9 @@ export default { ...@@ -76,9 +76,9 @@ export default {
}, },
// 新建客户组 // 新建客户组
create() { create() {
this.btnDisabled = true
createCustomerGroup(this.form) createCustomerGroup(this.form)
.then(res => { .then(res => {
this.btnDisabled = true
if (res.code === 0) { if (res.code === 0) {
this.$message.success('客户组创建成功') this.$message.success('客户组创建成功')
this.$emit('update:visible', false) this.$emit('update:visible', false)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论