Commit dd2737e6 by nlp97

优化

parent f9ef10bf
...@@ -87,6 +87,7 @@ export default { ...@@ -87,6 +87,7 @@ export default {
save() { save() {
this.$emit("onCancel", this.signaturePad.toDataURL()); this.$emit("onCancel", this.signaturePad.toDataURL());
this.$notify({ type: "success", message: "签名保存成功" });
}, },
onCancel() { onCancel() {
this.$emit("onCancel"); this.$emit("onCancel");
......
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