src/api/reportManage/report.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/productManage/silkInspectForm/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/api/reportManage/report.js
@@ -1,4 +1,12 @@ import request from "@/common/untils/request.js" // 应发工资报表 export function salaryReportForms(data) { return request({ url: "/api-jl/v1/forms/salaryReportForms", method: "post", data }) } // 考勤管理列表 export function getAttendanceList(data) { src/views/productManage/silkInspectForm/index.vue
@@ -150,7 +150,7 @@ } }) this.tableList.tableInfomation = list || [] this.pagerOptions.totalCount = res.data.count this.pagerOptions.totalCount = res.total } else { this.tableList.tableInfomation = [] }