Explorar el Código

盖章成功跳转融资列表

peixh hace 3 años
padre
commit
12e8387831
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      front-vue/src/views/service/credit/goFinance.vue

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

@@ -1605,7 +1605,8 @@ export default {
             //关闭人脸二维码
             self.faceIsShow = false;
           }
-          self.cancel();
+          self.$router.push({ path: "/Bill/financeRecord"});
+          //self.cancel();
         })
         .catch((response) => {
           loading.close();