Przeglądaj źródła

津贴批次问题处理

sunkuosheng 1 tydzień temu
rodzic
commit
8a0edb86dd

+ 4 - 4
ruoyi-ui-gljt/src/views/gljttj/jtffpctj/index.vue

@@ -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;