Browse Source

修改处理

wenmenghao 2 years ago
parent
commit
b079476506
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/msgManage/sendingMsg.vue

+ 2 - 2
src/views/msgManage/sendingMsg.vue

@@ -23,8 +23,8 @@
               <span>新用户</span>
               <span>新用户</span>
           </Radio>
           </Radio>
         </RadioGroup> -->
         </RadioGroup> -->
-        <div v-show="groupData.length" style="border-bottom: 1px solid #e9e9e9;padding-bottom:6px;margin-bottom:6px;">
-            <!-- <Checkbox
+        <!-- <div v-show="groupData.length" style="border-bottom: 1px solid #e9e9e9;padding-bottom:6px;margin-bottom:6px;">
+            <Checkbox
                 :indeterminate="indeterminate"
                 :indeterminate="indeterminate"
                 :value="checkAll"
                 :value="checkAll"
                 @click.prevent.native="handleCheckAll">全部用户</Checkbox>
                 @click.prevent.native="handleCheckAll">全部用户</Checkbox>