|  | @@ -6,6 +6,16 @@
 | 
	
		
			
				|  |  |        content="创建学员缴费"
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  |      </el-page-header>
 | 
	
		
			
				|  |  | +    <div class="m-core">
 | 
	
		
			
				|  |  | +      <el-form >
 | 
	
		
			
				|  |  | +        <el-alert
 | 
	
		
			
				|  |  | +          style="margin: 20px 0"
 | 
	
		
			
				|  |  | +          title="缴费基本信息"
 | 
	
		
			
				|  |  | +          :closable="false"
 | 
	
		
			
				|  |  | +          type="info"
 | 
	
		
			
				|  |  | +        ></el-alert>
 | 
	
		
			
				|  |  | +      </el-form>
 | 
	
		
			
				|  |  | +    </div>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
		
			
				|  |  |  <script>
 | 
	
	
		
			
				|  | @@ -13,10 +23,10 @@ export default {
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {};
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  mounted(){},
 | 
	
		
			
				|  |  | -  methods:{
 | 
	
		
			
				|  |  | -    goback(){
 | 
	
		
			
				|  |  | -         let query = this.$route.query;
 | 
	
		
			
				|  |  | +  mounted() {},
 | 
	
		
			
				|  |  | +  methods: {
 | 
	
		
			
				|  |  | +    goback() {
 | 
	
		
			
				|  |  | +      let query = this.$route.query;
 | 
	
		
			
				|  |  |        if (query.type == "resetTeam") {
 | 
	
		
			
				|  |  |          this.$store.dispatch("delVisitedViews", this.$route);
 | 
	
		
			
				|  |  |          this.$router.push({
 | 
	
	
		
			
				|  | @@ -36,7 +46,7 @@ export default {
 | 
	
		
			
				|  |  |            query: { ...this.$route.query },
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | -  }
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |  };
 | 
	
		
			
				|  |  |  </script>
 |