Преглед на файлове

添加上一个版本修改的内容

zhanglb преди 3 години
родител
ревизия
db6a6586a9
променени са 1 файла, в които са добавени 14 реда и са изтрити 12 реда
  1. 14 12
      front-vue/src/views/service/credit/credit.vue

+ 14 - 12
front-vue/src/views/service/credit/credit.vue

@@ -1691,24 +1691,26 @@ export default {
                     this.queryParamsFinancing.zfiQuery = '00';
                 }
             })
-            listStatisticalAmount(this.queryParamsFinancing).then(response => {
-                this.rzzAmount = response.data.klzAmount;
+             listStatisticalAmount(this.queryParamsSign).then(response => {
+                this.ysxAmount = response.data.ysxAmount;
+                })
+            //this.listStatisticalAmount(this.queryParamsSign);
             })
-            //this.listStatisticalAmount(this.queryParamsFinancing);
-        })
-        this.getListOpening().then(() => {
+            this.getListFinancing().then(() => {
             getUserProfile().then((response) => {
                 if ("00" == response.data.companyType) {
-                    this.queryParamsOpening.zfiQuery = '02';
+                    this.queryParamsFinancing.zfiQuery = '02';
                 } else if ("01" == response.data.companyType) {
-                    this.queryParamsOpening.zfiQuery = '01';
-                } else if ("02" == response.data.companyType) {}
+                    this.queryParamsFinancing.zfiQuery = '01';
+                } else if ("02" == response.data.companyType) {
+                    this.queryParamsFinancing.zfiQuery = '00';
+                }
             })
-            listStatisticalAmount(this.queryParamsOpening).then(response => {
-                this.klzAmount = response.data.klzAmount;
+            listStatisticalAmount(this.queryParamsFinancing).then(response => {
+                this.rzzAmount = response.data.rzzAmount;
+                })
+            //this.listStatisticalAmount(this.queryParamsFinancing);
             })
-            //this.listStatisticalAmount(this.queryParamsOpening);
-        })
         this.getListFinanced().then(() => {
             getUserProfile().then((response) => {
                 if ("00" == response.data.companyType) {