|
@@ -33,7 +33,7 @@
|
|
|
创建缴费
|
|
|
<el-dropdown-menu slot="dropdown">
|
|
|
<el-dropdown-item>
|
|
|
- <el-button @click="$emit('chiosetab', 3)" type="text">选择乐团</el-button>
|
|
|
+ <el-button @click="selectMusic" type="text">选择乐团</el-button>
|
|
|
</el-dropdown-item>
|
|
|
</el-dropdown-menu>
|
|
|
</el-dropdown>
|
|
@@ -117,6 +117,10 @@ export default {
|
|
|
submitAudit (val) {
|
|
|
this.$refs.soundSetCore.submitInfo(val);
|
|
|
},
|
|
|
+ selectMusic() {
|
|
|
+ this.$refs.soundSetCore.submitInfo()
|
|
|
+ this.$emit('chiosetab', 3)
|
|
|
+ },
|
|
|
getNumber (chioseSoundNum, PlannedCount) {
|
|
|
this.chioseSoundNum = chioseSoundNum;
|
|
|
this.PlannedCount = PlannedCount;
|