bug修复
parent
a1d226aae0
commit
53776e2879
|
@ -51,7 +51,7 @@
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="page-btn-group">
|
<div class="page-btn-group">
|
||||||
<div>
|
<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>
|
</div>
|
||||||
<pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList"/>
|
<pagination :total="total" :page.sync="listQuery.page" :limit.sync="listQuery.limit" @pagination="getList"/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -142,7 +142,8 @@ export default {
|
||||||
{
|
{
|
||||||
KEYWORDS: this.KEYWORDS,
|
KEYWORDS: this.KEYWORDS,
|
||||||
STATUS: '2',
|
STATUS: '2',
|
||||||
EMPLOY_FLAG: '1'
|
EMPLOY_FLAG: '1',
|
||||||
|
VALID_FLAG: '1'
|
||||||
}
|
}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.listLoading = false
|
this.listLoading = false
|
||||||
|
|
Loading…
Reference in New Issue