|
@@ -6,7 +6,7 @@
|
|
|
<y-page-list-layout :page-list="pageData" :page-para="listQuery" :get-page-list="getPage">
|
|
|
<template slot="left">
|
|
|
<MoreSearchBar business="MAJOR_BUSINESS" @fliterSearch="fliterSearch" @resetParams="resetParams"
|
|
|
- :listQuery="listQuery" :nodes="majorNodes">
|
|
|
+ :listQuery="listQuery" :nodes="majorNodes" :ifSaveFileQuery="true">
|
|
|
<template v-slot:otherButton>
|
|
|
<el-button class="filter-item" round @click="showAllLabel()">显示全部列</el-button>
|
|
|
<PermissionButton menu-code="_views_major_batch_commit_bookbinding_stamp" class-name="filter-item"
|
|
@@ -230,7 +230,8 @@ export default {
|
|
|
size: 10,
|
|
|
keyword: null,
|
|
|
descs: null,
|
|
|
- ascs: null
|
|
|
+ ascs: null,
|
|
|
+ getNodeIsCheckArchiving:false
|
|
|
},
|
|
|
majorNodes: [],
|
|
|
orderDate: '',
|