md
This commit is contained in:
parent
ff821843ee
commit
58bbd53ef5
@ -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 => {
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user