Sfoglia il codice sorgente

Merge branch 'wxl_01_15' into online

lex-xin 4 anni fa
parent
commit
9de6f0a4db
1 ha cambiato i file con 3 aggiunte e 5 eliminazioni
  1. 3 5
      src/views/teamBuild/createPayment.vue

+ 3 - 5
src/views/teamBuild/createPayment.vue

@@ -20,7 +20,9 @@
                                     v-if="activeIndex == 2" />
                                     v-if="activeIndex == 2" />
             </el-tab-pane>
             </el-tab-pane>
         </el-tabs>
         </el-tabs>
-        <el-button type="primary" @click="goHome"></el-button>
+        <div style="text-align: right;">
+            <el-button type="primary" @click="goHome">确定</el-button>
+        </div>
     </div>
     </div>
 </template>
 </template>
 
 
@@ -61,12 +63,8 @@ export default {
             });
             });
         },
         },
         goHome () {
         goHome () {
-            let query = this.$route.query
             this.$router.push({
             this.$router.push({
                 path: '/business/teamDetail',
                 path: '/business/teamDetail',
-                query: {
-                ...query
-                }
             })
             })
         }
         }
     }
     }