|
@@ -2,7 +2,7 @@
|
|
|
<div class="m-container">
|
|
|
<h2>
|
|
|
<div class="squrt"></div>
|
|
|
- 乐团管理 <filter-search @reload="reloadSearch" :moreKeys="['organId']" />
|
|
|
+ 乐团管理 <filter-search @reload="reloadSearch" :moreKeys="['organId']" :keys="['searchType']" />
|
|
|
</h2>
|
|
|
<div class="m-core">
|
|
|
<div class="btnList" style="margin-bottom: 20px">
|
|
@@ -466,6 +466,7 @@ export default {
|
|
|
musicGroupName: this.topForm.teamName || null,
|
|
|
musicGroupStatus: this.topForm.status || null,
|
|
|
musicGroupId: this.$route.query.search,
|
|
|
+ searchType: this.$route.query.searchType,
|
|
|
}).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.tableData = res.data.rows;
|