Procházet zdrojové kódy

档案初验申请验收修改

duy před 1 rokem
rodič
revize
52ce0e3980

+ 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" />