Explorar o código

档案初验申请验收修改

duy hai 1 ano
pai
achega
52ce0e3980
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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" />