|
@@ -473,10 +473,10 @@ export default {
|
|
|
},
|
|
|
getList2() {
|
|
|
this.loading2 = true;
|
|
|
- this.queryParams2.params2 = {};
|
|
|
- if (null != this.daterangeFfsj2 && "" != this.daterangeFfsj2) {
|
|
|
- this.queryParams2.params2["beginFfyf"] = this.daterangeFfsj2[0];
|
|
|
- this.queryParams2.params2["endFfyf"] = this.daterangeFfsj2[1];
|
|
|
+ this.queryParams2.params = {};
|
|
|
+ if (null != this.daterangeFfsj && "" != this.daterangeFfsj) {
|
|
|
+ this.queryParams2.params["beginFfyf"] = this.daterangeFfsj[0];
|
|
|
+ this.queryParams2.params["endFfyf"] = this.daterangeFfsj[1];
|
|
|
}
|
|
|
cxList(this.queryParams2).then((response) => {
|
|
|
this.gljtSqList2 = response.rows;
|