shj
2022-08-11 2c03061b083dfded345cbb9544543016ca31cec1
对接
已修改1个文件
5 ■■■■ 文件已修改
src/components/DailogSearchUser/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,