Browse Source

no message

linwenxin 6 tháng trước cách đây
mục cha
commit
477806eafb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/selectionWorkers.vue

+ 1 - 1
src/components/selectionWorkers.vue

@@ -40,7 +40,7 @@
               :key="index"
               style="width: 50%; display: inline-block; margin-bottom: 20rpx"
             >
-              <checkbox :value="item.workerId" :checked="item.isSelect" />{{ item.workerName }}
+              <checkbox :value="item.workerId" />{{ item.workerName }}
             </label>
           </checkbox-group>
         </view>