|
|
|
@ -237,8 +237,8 @@ export default { |
|
|
|
this.loading = true; |
|
|
|
this.loading = true; |
|
|
|
try { |
|
|
|
try { |
|
|
|
const sendData = { |
|
|
|
const sendData = { |
|
|
|
pageNum: this.pageNum, |
|
|
|
current: this.pageNum, |
|
|
|
pageSize: this.pageSize, |
|
|
|
size: this.pageSize, |
|
|
|
[this.searchKey]: this.searchText, |
|
|
|
[this.searchKey]: this.searchText, |
|
|
|
...this.params, |
|
|
|
...this.params, |
|
|
|
}; |
|
|
|
}; |
|
|
|
@ -288,7 +288,7 @@ export default { |
|
|
|
overflow: hidden !important; |
|
|
|
overflow: hidden !important; |
|
|
|
} |
|
|
|
} |
|
|
|
:deep(.el-select-dropdown .el-scrollbar__wrap) { |
|
|
|
:deep(.el-select-dropdown .el-scrollbar__wrap) { |
|
|
|
height: 300px !important; |
|
|
|
height: 200px !important; |
|
|
|
overflow-y: auto !important; |
|
|
|
overflow-y: auto !important; |
|
|
|
overflow-x: hidden !important; |
|
|
|
overflow-x: hidden !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|