소스 검색

创建缴费优化成功

1
mo 4 년 전
부모
커밋
6d717c1db2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/resetTeaming/modals/user-pay-form.vue

+ 2 - 2
src/views/resetTeaming/modals/user-pay-form.vue

@@ -674,8 +674,8 @@ export default {
                   });
             }
 
-            // this.$listeners.close();
-            // this.$listeners.submited(res.data);
+            this.$listeners.close();
+            this.$listeners.submited(res.data);
 
             // 在这里
           } catch (error) {}