Commit f507051f by WF1020

litopn修改

parent f456162a
...@@ -174,7 +174,7 @@ export default { ...@@ -174,7 +174,7 @@ export default {
}; };
let res = await Api.post('/service/litopn/maxamt', params); let res = await Api.post('/service/litopn/maxamt', params);
if (res.respCode == SUCCESS) { if (res.respCode == SUCCESS) {
this.model.lidgrp.cbs.max.amt = res.data; this.model.lidgrp.cbs.max.amt = res.data.maxamt;
} }
}, },
//兑付方式 //兑付方式
......
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