diff --git a/src/views/statistics/bxerp/workHoursPB.vue b/src/views/statistics/bxerp/workHoursPB.vue
index b6445730..c1d2676c 100644
--- a/src/views/statistics/bxerp/workHoursPB.vue
+++ b/src/views/statistics/bxerp/workHoursPB.vue
@@ -110,6 +110,8 @@
+
+
{{ scope.row.总切片数 }}
@@ -391,7 +393,8 @@ export default {
let that = this;
let params = {};
params.query = that.query;
- that.$API.bi.dataset.exec.req('prodect_defect_pb1', params).then((res) => {
+ params.query.select_cols = '';
+ that.$API.bi.dataset.exec.req('product_defect_pb_user_mname', params).then((res) => {
let data = res.data2.ds0;
data.forEach(item=>{
if(item.缺陷分布!==null){