bug修复
parent
a1d226aae0
commit
53776e2879
|
@ -51,7 +51,7 @@
|
|||
</el-table>
|
||||
<div class="page-btn-group">
|
||||
<div>
|
||||
<el-button type="primary" icon="el-icon-plus" @click="handleAdd">批量申请</el-button>
|
||||
<el-button v-if="false" type="primary" icon="el-icon-plus" @click="handleAdd">批量申请</el-button>
|
||||
</div>
|
||||
<pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList"/>
|
||||
</div>
|
||||
|
@ -142,7 +142,8 @@ export default {
|
|||
{
|
||||
KEYWORDS: this.KEYWORDS,
|
||||
STATUS: '2',
|
||||
EMPLOY_FLAG: '1'
|
||||
EMPLOY_FLAG: '1',
|
||||
VALID_FLAG: '1'
|
||||
}
|
||||
).then((data) => {
|
||||
this.listLoading = false
|
||||
|
|
Loading…
Reference in New Issue