Commit fdc97ad5 by lixiaomin

修改bug

parent d9bb1ee6
...@@ -243,6 +243,9 @@ export default { ...@@ -243,6 +243,9 @@ export default {
this.$alert('确定添加?', '', { this.$alert('确定添加?', '', {
confirmButtonText: '确定', confirmButtonText: '确定',
callback: action => { callback: action => {
if(action=="cancel"){
return;
}
addCouCategory(this.form).then((response) => { addCouCategory(this.form).then((response) => {
if(response.code=="200"){ if(response.code=="200"){
this.$modal.msgSuccess("新增成功"); this.$modal.msgSuccess("新增成功");
......
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