|
@@ -2,9 +2,9 @@
|
|
<!-- -->
|
|
<!-- -->
|
|
<template>
|
|
<template>
|
|
<div class="m-container">
|
|
<div class="m-container">
|
|
- <h2>
|
|
|
|
- <div class="squrt"></div>
|
|
|
|
- 乐团名称
|
|
|
|
|
|
+ <h2>
|
|
|
|
+ <el-page-header @back="onCancel"
|
|
|
|
+ :content="'对外分部'"></el-page-header>
|
|
</h2>
|
|
</h2>
|
|
<div class="m-core">
|
|
<div class="m-core">
|
|
<save-form
|
|
<save-form
|
|
@@ -14,7 +14,7 @@
|
|
@reset="onReSet"
|
|
@reset="onReSet"
|
|
>
|
|
>
|
|
<el-form-item prop="organId">
|
|
<el-form-item prop="organId">
|
|
- <el-input v-model="searchForm.search"></el-input>
|
|
|
|
|
|
+ <el-input v-model="searchForm.search" placeholder="学员姓名/编号/手机号"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<el-select
|
|
<el-select
|
|
@@ -231,6 +231,12 @@ export default {
|
|
this.getList();
|
|
this.getList();
|
|
},
|
|
},
|
|
onReSet() {},
|
|
onReSet() {},
|
|
|
|
+ onCancel(){
|
|
|
|
+ this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: "/childrensDay",
|
|
|
|
+ });
|
|
|
|
+ },
|
|
},
|
|
},
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|