bug修复

main
liujun 2023-12-26 12:35:27 +08:00
parent a1d226aae0
commit 53776e2879
1 changed files with 3 additions and 2 deletions

View File

@ -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