This commit is contained in:
linfso 2025-03-13 08:56:57 +08:00
parent ff821843ee
commit 58bbd53ef5
2 changed files with 4 additions and 10 deletions

View File

@ -71,9 +71,6 @@
this.svalue = this.value.split(',');
}
},
transLineCode(newVal) {
this.queryData();
}
},
created() {
this.queryData();
@ -120,12 +117,9 @@
this.dispatch('ElFormItem', 'el.form.change', [this.svalue]);
},
queryData() {
let queryParams = {
pageNum: 1,
pageSize: 300,
id:this.searchValue,
status:1
};
listEmisProblemType(queryParams).then(response => {

View File

@ -836,8 +836,8 @@ export default {
}
this.queryParams.paymentStatus='0';
this.queryParams.params.problemQueryType='2';
this.queryParams.params.problemQueryIds='173,170,151';
this.queryParams.params.problemQueryType=2;
this.queryParams.params.problemQueryIds="173,170,151";
let startTime=this.$route.query.startDate;
let endTime=this.$route.query.endDate;
@ -861,8 +861,8 @@ export default {
}
this.queryParams.paymentStatus='0';
this.queryParams.params.problemQueryType='2';
this.queryParams.params.problemQueryIds='173,170,151';
this.queryParams.params.problemQueryType=2;
this.queryParams.params.problemQueryIds="173,170,151";
let startTime=this.$route.query.startDate;
let endTime=this.$route.query.endDate;