Browse Source

1. 优化

MONSTER-ygh 11 months ago
parent
commit
b423214de5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/team/teamMr/index.vue

+ 1 - 1
src/views/team/teamMr/index.vue

@@ -435,7 +435,7 @@ export default {
         }
     },
     creditGrantingFun(row) {
-      this.$refs["creditGranting"].openDialog("账户授信额", row);
+      this.$refs["creditGranting"].openDialog("账户授信额", row);
     },
     rechargeBoxFun(row) {
       this.$refs["rechargeBox"].openDialog("账户充值", row);