@ -237,8 +237,8 @@ export default {
this.loading = true;
try {
const sendData = {
pageNum: this.pageNum,
pageSize: this.pageSize,
current: this.pageNum,
size: this.pageSize,
[this.searchKey]: this.searchText,
...this.params,
};
@ -288,7 +288,7 @@ export default {
overflow: hidden !important;
}
:deep(.el-select-dropdown .el-scrollbar__wrap) {
height: 300px !important;
height: 200px !important;
overflow-y: auto !important;
overflow-x: hidden !important;
@ -35,7 +35,6 @@
value-key="id"
search-key="partCode"
:debounce-time="500"
@clear="handleClear"
@change="partChange"
/>
</el-form-item>
@ -131,7 +130,6 @@ export default {
},
partChange(value, item) {
this.selectedPart = item;
console.log(value, item, 999999);
getVersion({ partId: this.ruleForm.partId }).then(res => {
this.versionOptions = res.data.data;
});