Browse Source

档案初验申请验收修改

duy 1 năm trước cách đây
mục cha
commit
52ce0e3980
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/transfer/components/table-classify.vue

+ 1 - 1
src/views/transfer/components/table-classify.vue

@@ -27,7 +27,7 @@
             <HcTable
                 ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
                 is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
-                @selection-change="tableSelection"
+                is-reserve-selection @selection-change="tableSelection"
             />
             <template #action>
                 <HcPages :pages="searchForm" @change="pageChange" />