Commit dd2737e6 by nlp97

优化

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