| | |
| | | </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"> |
| | |
| | | dialogVisible.value = false; |
| | | clear() |
| | | }; |
| | | const clearAll=ref() |
| | | const clear=()=>{ |
| | | dynamicTags.value=[] |
| | | radio1.value="" |
| | | clearAll.value.clearSelection() |
| | | } |
| | | return { |
| | | clear, |
| | | clearAll, |
| | | total, |
| | | types, |
| | | filterText, |