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