Explorar el Código

放款成功刷新列表

sqg hace 4 años
padre
commit
926ca719ee
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      front-vue/src/views/service/financeRecord/financeRecord.vue

+ 3 - 0
front-vue/src/views/service/financeRecord/financeRecord.vue

@@ -1009,6 +1009,9 @@ export default {
                         this.msgSuccess("放款登记成功");
                         this.open = false;
                         this.getList();
+                        this.getIngList();
+                        this.getEndList();
+                        this.getLoseList();
                     }).catch((response) => {
                         loading.close();
                     });