duy 1 年之前
父节点
当前提交
e197e2142a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)">
                             编辑