linwenxin 9 meses atrás
pai
commit
055a323a7b

+ 2 - 2
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/pandanxinxi.js

@@ -142,7 +142,7 @@ export default {
                   item =>
                     (this.orderInfo.workerId == item.value ||
                       !~this.orderInfo.orderWorkers.map(item => item.workerId).indexOf(item.value)) &&
-                    (this.orderType == 'RECYCLE' ? item.isRecycler : true)
+                    (this.orderType == 'RECYCLE' ? item.isRecycler === 'true' : true)
                 ),
                 md: 8,
                 attributes: {
@@ -201,7 +201,7 @@ export default {
                 options: this.workerList.filter(
                   item =>
                     !~this.orderInfo.orderWorkers.map(item => item.workerId).indexOf(item.value) &&
-                    (this.orderType == 'RECYCLE' ? item.isRecycler : true)
+                    (this.orderType == 'RECYCLE' ? item.isRecycler === 'true' : true)
                 ),
                 md: 8,
                 attributes: {