Commit a4f5cd1d by caoyanzhi

Merge branch 'feature/4月-菜单和权限' into dev

parents 6a763c17 f2beac37
......@@ -285,6 +285,7 @@ export default {
that.loadingBtn = true;
let para = {
type: 999,
search: that.conditionObj.searchInput || '', // 搜索字段
gicEnterpriseId: that.activeBrand, // 品牌 id
startDate: that.conditionObj.dateRange[0] || '',
......@@ -375,6 +376,7 @@ export default {
let that = this;
that.loading = true;
let para = {
type: 999,
startDate: that.conditionObj.dateRange[0] || '',
endDate: that.conditionObj.dateRange[1] || '',
search: that.conditionObj.searchInput || '', // 搜索字段
......
......@@ -230,9 +230,9 @@ export default {
let resData = res.data;
if (resData.errorCode == 1) {
if (resData.result.result) {
resData.result.result.forEach(ele => {
ele.loginRate = Math.round((ele.loginClerkCnt / ele.totalClerkCnt).toFixed(3) * 100) + '%';
});
// resData.result.result.forEach(ele => {
// ele.loginRate = Math.round((ele.loginClerkCnt / ele.totalClerkCnt).toFixed(3) * 100) + '%';
// });
}
that.processData = resData.result.result || [];
return false;
......
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