cuixq пре 4 година
родитељ
комит
cf74ad91a4
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      front-vue/src/views/service/credit/goFinance.vue

+ 3 - 1
front-vue/src/views/service/credit/goFinance.vue

@@ -1296,7 +1296,9 @@ export default {
                     //self.$router.push({ path: "/Bill/financeRecord"});
                     //self.cancel();
                     let queryStamped = {};
-                    queryStamped.zfrId = this.zfrId
+                    console.log(self,"self")
+                    console.log(self.zfrId,"zfrId")
+                    queryStamped.zfrId = self.zfrId
                     const load = self.$loading({
                         lock: true,
                         text: "Loading",