|
@@ -41,7 +41,7 @@
|
|
|
<HcTable
|
|
|
ref="tableListRef" :column="tableListColumn" :datas="tableData" :loading="tableLoading"
|
|
|
is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
|
|
|
- @selection-change="tableSelection"
|
|
|
+ @selection-change="tableSelectionChange"
|
|
|
>
|
|
|
<template #taskName="{ row }">
|
|
|
<span class="text-link" @click="rowTaskName(row)">{{ row?.taskName }}</span>
|