|
|
@ -438,8 +438,8 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
that.tabType = data.list.list |
|
|
|
that.tabType = data.list.list |
|
|
|
that.paymentMethods = data.list.paymentMethods; |
|
|
|
that.paymentMethods = data.list.paymentMethods; |
|
|
|
that.retail=data.list.retail |
|
|
|
that.retail=data.list.retail.replace(/(\r\n|\n|\r)/gm, '<br />').replace(/\n/g, "") |
|
|
|
that.wholesale=data.list.wholesale |
|
|
|
that.wholesale=data.list.wholesale.replace(/(\r\n|\n|\r)/gm, '<br />').replace(/\n/g, "") |
|
|
|
that.getBan() |
|
|
|
that.getBan() |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
that.$toast(message) |
|
|
|
that.$toast(message) |
|
|
|