转盘编辑增加错误提示
This commit is contained in:
parent
d558c99018
commit
f13b2482ed
|
|
@ -96,6 +96,8 @@ export default {
|
|||
this.$message.success("修改成功");
|
||||
this.$emit("refresh");
|
||||
this.diaClose();
|
||||
}else{
|
||||
this.$message.error(data.msg);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue