Commit 97004ef3 authored by 吴春's avatar 吴春

1

parent 0e42611e
......@@ -2129,6 +2129,7 @@
this.DiscountAmountId = null,
this.DiscountAmountObj = {},
this.ScenicRefundList=[],
this.addMsg.ScenicList=[];
this.addMsg = {
price: "0",
GroupTypeNeedHouse: "0",
......@@ -2351,10 +2352,12 @@
this.DiscountAmountId = null
this.DiscountAmountObj = {}
this.Success(res.data.message);
this.cancelSubmit();
this.$refs["addMsg"].resetFields();
this.clearMsg();
//调用父组件方法
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