Commit 9d9a1e52 authored by youjie's avatar youjie

no message

parent 95f81d53
...@@ -378,7 +378,7 @@ ...@@ -378,7 +378,7 @@
this.apipost("coupon_post_GetTriggerTypeEnumList",{}, res => { this.apipost("coupon_post_GetTriggerTypeEnumList",{}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.options = res.data.data; this.options = res.data.data;
this.msg.TriggerType = res.data.data[0].Id if(!this.msg.TriggerType) this.msg.TriggerType = res.data.data[0].Id
} else { } else {
this.Info(res.data.message); this.Info(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