|
|
|
@ -377,7 +377,7 @@
|
|
|
|
|
<el-table
|
|
|
|
|
v-loading="loading"
|
|
|
|
|
:data="archivesOtherList"
|
|
|
|
|
v-if="fileType == 'accounting_other'"
|
|
|
|
|
v-if="fileType == 'archives_other'"
|
|
|
|
|
@selection-change="handleSelectionChange"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column label="表名" align="center" prop="name" />
|
|
|
|
@ -425,7 +425,7 @@
|
|
|
|
|
</el-table>
|
|
|
|
|
<!-- 其他会计分页组件 -->
|
|
|
|
|
<pagination
|
|
|
|
|
v-if="fileType == 'accounting_other'"
|
|
|
|
|
v-if="fileType == 'archives_other'"
|
|
|
|
|
v-show="total3 > 0"
|
|
|
|
|
:total="total3"
|
|
|
|
|
:page.sync="queryParams.pageNo"
|
|
|
|
@ -1380,7 +1380,7 @@ export default {
|
|
|
|
|
this.getVoucherLineList();
|
|
|
|
|
} else if (row.fileType == "accounting_book") {
|
|
|
|
|
this.getAccountingBookLineList();
|
|
|
|
|
} else if (row.fileType == "accounting_other") {
|
|
|
|
|
} else if (row.fileType == "archives_other") {
|
|
|
|
|
this.getOtherLineList();
|
|
|
|
|
} else if (row.fileType == "electronic_employee") {
|
|
|
|
|
this.getElectronicEmployeeLineList();
|
|
|
|
|