|
@@ -1107,6 +1107,7 @@ export default {
|
|
|
async init() {
|
|
|
this.teamid = this.$route.query.id;
|
|
|
this.team_status = this.$route.query.team_status;
|
|
|
+ this.organId = this.$route.query.organId;
|
|
|
// 获取乐团是否能补招
|
|
|
// try {
|
|
|
// const ruselt = await checkCanReg({ musicGroupId: this.teamid });
|
|
@@ -1514,6 +1515,7 @@ export default {
|
|
|
getGoods({
|
|
|
subjectId: subjectId,
|
|
|
type: type,
|
|
|
+ organId: this.organId
|
|
|
}).then((res) => {
|
|
|
let result = res.data;
|
|
|
if (res.code == 200) {
|