Browse Source

no message

linwenxin 8 tháng trước cách đây
mục cha
commit
252580bc27

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

@@ -299,7 +299,7 @@ export default {
         this.websitList = res.data.map(item => ({
           label: item.name,
           value: item.websitId,
-          disabled: boll ? item.ifDispatch : true,
+          disabled: !(boll ? item.ifDispatch : true),
           data: item
         }))
         if (!this.orderInfo.id && this.websitList.length === 1) {