|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<span class="select-component" style="display:inline-flex;width: 100%;">
|
|
|
<el-select
|
|
|
- v-model="value"
|
|
|
+ v-model.trim="value"
|
|
|
size="small"
|
|
|
:placeholder="configuration.placeholder"
|
|
|
style="border-right: none;width: 100%"
|
|
@@ -226,7 +226,7 @@ export default {
|
|
|
},
|
|
|
//点击搜索按钮触发
|
|
|
searchChange(params, done) {
|
|
|
- console.log(params)
|
|
|
+ this.treeDeptId = '';
|
|
|
this.page.currentPage = 1;
|
|
|
this.onLoad(this.page, params);
|
|
|
done()
|