()
| 830 | }; |
| 831 | |
| 832 | const clearSelected = () => { |
| 833 | selectionData.value = []; |
| 834 | selectedRowKeys.value = []; |
| 835 | }; |
| 836 | |
| 837 | const rowClickTable = async (item: string, type: number) => { |
| 838 | if (type === 1) return; |
no outgoing calls
no test coverage detected