Commit 7928340c authored by renjintao's avatar renjintao

apsCount

parent d9ceb6b4
......@@ -648,7 +648,7 @@ export default {
.then(res => {
if (res.success && res.result.length > 1) {
res.result.forEach(data => {
this.changeCountOut(data.poolType + "", data.count);
this.changeCountOut(data.poolType, data.count);
});
}
})
......
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