|
@@ -69,6 +69,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
async mounted() {
|
|
|
+ console.log(this.detail)
|
|
|
await this.$store.dispatch("setSubjects");
|
|
|
this.changeSound(this.detail.subjectId);
|
|
|
this.form.subjectId = this.detail.subjectId;
|
|
@@ -81,6 +82,7 @@ export default {
|
|
|
try {
|
|
|
const res = await getInstrumentSoundList({
|
|
|
subjectId: val,
|
|
|
+ organId: this.detail.organId,
|
|
|
page: 1,
|
|
|
rows: 999,
|
|
|
});
|