This commit is contained in:
linfso 2024-07-22 10:26:31 +08:00
parent 71b176aa32
commit 024ccb0f52

View File

@ -64,9 +64,7 @@
queryParams:{
pageNum:1,
pageSize:20,
searchValue:null,
// siteType:this.siteType,
// countryCode:this.countryCode,
typeName:null,
id:null
}
};
@ -78,14 +76,7 @@
this.firstFlag = true;
this.initData();
},
// siteType(newVal, oldVal) {
// if(newVal!= oldVal ){
// }
// },
// countryCode(newVal, oldVal) {
// if(newVal!= oldVal ){
// }
// }
},
created() {
// this.queryData();
@ -100,7 +91,7 @@
this.$emit("onChange",itemData);
},
onClear(){
this.queryParams.searchValue=null;
this.queryParams.typeName=null;
this.queryData();
},
onFocus(){
@ -134,7 +125,7 @@
if(val && this.queryParams.pageNum == 1){
this.dataList=[];
}
this.queryParams.id=val;
this.queryParams.typeName=val;
listEmisProblemType(this.queryParams).then(response => {
this.dataList=response.rows;
response.rows.forEach(item => {
@ -144,11 +135,7 @@
});
});
},
// loadmore() {
// this.visible = true
// this.queryParams.pageNum++;
// this.queryData();
// },
reverseArrow(flag) {
let rulesDom = this.$refs["selectDom"].$el.querySelector(
".el-input .el-input__suffix .el-input__suffix-inner .el-input__icon"