master
lion 2 years ago
parent 9072baff6c
commit 5ac2ac6299

@ -4,7 +4,7 @@
<lx-header icon="md-apps" text="基础信息" style="margin-bottom: 10px; border: 0px; margin-top: 15px">
<slot>
<div style="display: flex;justify-content: flex-start;flex-wrap: wrap;">
<!-- <Input v-model="select.keyword" style="width: 200px;margin-right: 10px;" placeholder="经办人搜索" /> -->
<Input v-model="select.keyword" style="width: 200px;margin-right: 10px;" placeholder="名称搜索" />
<Button type="primary" @click="getList"></Button>
<Button type="primary" style="margin-left: 10px;" @click="$refs['addTeam'].type='add',
$refs['addTeam'].isShow=true">添加</Button>
@ -116,7 +116,11 @@
async getList() {
const res = await index({
...this.select,
filter: [],
filter: [{
key:'mingcheng',
op:'like',
value:this.select.keyword
}],
})
this.list = res.data
this.total = res.total

Loading…
Cancel
Save