|
@@ -17,6 +17,12 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
|
|
|
+ <a-col :md="6" :sm="12">
|
|
|
+ <a-form-item label="部门" style="margin-left:8px">
|
|
|
+ <a-input placeholder="请输入部门查询" v-model="queryParam.deptName"></a-input>
|
|
|
+ </a-form-item>
|
|
|
+ </a-col>
|
|
|
+
|
|
|
<span style="float: left;overflow: hidden;" class="table-page-search-submitButtons">
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-button type="primary" @click="searchQuery" icon="search" style="margin-left: 18px">查询</a-button>
|
|
@@ -171,7 +177,6 @@
|
|
|
if (res.success) {
|
|
|
this.dataSource = res.result.records
|
|
|
this.ipagination.total = res.result.total
|
|
|
- debugger
|
|
|
}
|
|
|
}).finally(() => {
|
|
|
this.loading = false
|