linwenxin il y a 5 mois
Parent
commit
477806eafb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>