Commit 9dfbe32a authored by 罗超's avatar 罗超

1

parent 83ea6a29
......@@ -157,7 +157,7 @@
if (res.data.resultCode === 1) {
this.Success("操作成功");
this.closeEditOrder();
// this.$emit('success');
this.$emit('success');
} else {
this.Error(res.data.message);
}
......
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