Explorar el Código

创建缴费优化成功

1
mo hace 4 años
padre
commit
6d717c1db2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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) {}