|
@@ -151,8 +151,9 @@ export default {
|
|
|
sessionStorage.setItem('setStep', 4)
|
|
|
getTeamDetail({ musicGroupId: this.teamid }).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
- this.searchForm.salary = res.data.musicGroup.settlementType;
|
|
|
- if (!res.data.musicGroup.settlementType) {
|
|
|
+ console.log(res.data)
|
|
|
+ this.searchForm.salary = res.data.settlementType;
|
|
|
+ if (!res.data.settlementType) {
|
|
|
this.hasDate = true;
|
|
|
}
|
|
|
if (this.searchForm.salary == 'TEACHER_DEFAULT') {
|
|
@@ -266,7 +267,7 @@ export default {
|
|
|
getList () {
|
|
|
getTeamDetail({ musicGroupId: this.teamid }).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
- this.searchForm.salary = res.data.musicGroup.settlementType;
|
|
|
+ this.searchForm.salary = res.data.settlementType;
|
|
|
if (!res.data.settlementType) {
|
|
|
this.hasDate = true;
|
|
|
}
|