duy 1 year ago
parent
commit
e197e2142a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/base/region.vue

+ 1 - 1
src/views/base/region.vue

@@ -23,7 +23,7 @@
         </template>
         <div class="base-region-box">
             <div id="region-01" class="base-region-table">
-                <HcTable ref="tableListRef" is-new :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check @selection-change="tableSelectionChange" @row-click="rowView">
+                <HcTable ref="tableListRef" is-new is-current-row :column="tableColumn" :datas="tableData" :loading="tableLoading" is-check @selection-change="tableSelectionChange" @row-click="rowView">
                     <template #action="{ row, index }">
                         <el-button size="small" type="primary" @click="editRowClick(row)">
                             编辑