Commit f506ea1e by caoyanzhi

update: AI营销-充值中心

parent 3f77e681
......@@ -623,7 +623,7 @@ export default {
getAiTotalFee({ accountDepartId, searchParam, beginTime, endTime }).then(data => {
const { errorCode, result } = data;
if (errorCode == 0) {
this.sumFee = result != null ? result / 1000 : 0;
this.sumFee = result != null ? result : 0;
}
});
} catch (err) {}
......
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