Commit 74f41a84 authored by chenwei's avatar chenwei

Merge branch 'feature/099_customer_filter' into 'dev'

ExCHANGE SUCCESSS GO BACK

See merge request !9
parents 0503c499 957f5743
...@@ -562,7 +562,7 @@ export default { ...@@ -562,7 +562,7 @@ export default {
} }
}); });
bulkConversion(params).then((res) => { bulkConversion(params).then((res) => {
if (res.data.code == "0") { if (res.code == "0") {
this.queryParamsList = []; this.queryParamsList = [];
this.memberList = []; this.memberList = [];
this.$message.success(this.$t("兑换成功")); this.$message.success(this.$t("兑换成功"));
......
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