shj
2022-09-06 d1a430e88df40d76558a14f890ac0dbd3181f3a0
src/components/DailogSearchUser/index.vue
@@ -26,7 +26,7 @@
                  </el-col>
               </el-row>
            </el-form>
            <el-table :data="tableData" style="width: 100%; margin-top: 20px"  @selection-change="handleSelectionChange">
            <el-table :data="tableData" style="width: 100%; margin-top: 20px" ref="clearAll"  @selection-change="handleSelectionChange">
            <el-table-column type="selection" width="55" v-if="types==0"/>
               <el-table-column align="center"  v-if="types!=0">
                  <template #default="scope">
@@ -191,12 +191,15 @@
         dialogVisible.value = false;
         clear()
      };
      const clearAll=ref()
      const clear=()=>{
           dynamicTags.value=[]
         radio1.value=""
        clearAll.value.clearSelection()
      }
      return {
         clear,
         clearAll,
         total,
         types,
         filterText,