|
@ -90,6 +90,7 @@ import { upload } from 'api/upload' |
|
|
import { saveplayer } from 'api/saveplayer' |
|
|
import { saveplayer } from 'api/saveplayer' |
|
|
import { playerInfo } from 'api/playerInfo' |
|
|
import { playerInfo } from 'api/playerInfo' |
|
|
import { group } from 'api/group' |
|
|
import { group } from 'api/group' |
|
|
|
|
|
import { mapState } from 'vuex' |
|
|
// import { photoBase64 } from 'api/photoBase64' |
|
|
// import { photoBase64 } from 'api/photoBase64' |
|
|
export default { |
|
|
export default { |
|
|
async onLoad(option) { |
|
|
async onLoad(option) { |
|
@ -212,6 +213,7 @@ import { group } from 'api/group' |
|
|
showview: 0 |
|
|
showview: 0 |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
computed:mapState('project',['companyId']), |
|
|
methods: { |
|
|
methods: { |
|
|
delimg(index) { |
|
|
delimg(index) { |
|
|
const that = this |
|
|
const that = this |
|
@ -403,7 +405,7 @@ import { group } from 'api/group' |
|
|
try{ |
|
|
try{ |
|
|
const params = { |
|
|
const params = { |
|
|
param: { |
|
|
param: { |
|
|
competeId: that.$store.state.project.companyId, |
|
|
competeId: that.companyId, |
|
|
groupRemark: that.groupRemark,//组别id |
|
|
groupRemark: that.groupRemark,//组别id |
|
|
playerName: that.list[0].content,//选手姓名 |
|
|
playerName: that.list[0].content,//选手姓名 |
|
|
gender: that.che,//性别 |
|
|
gender: that.che,//性别 |
|
@ -511,7 +513,7 @@ import { group } from 'api/group' |
|
|
const params = { |
|
|
const params = { |
|
|
param: { |
|
|
param: { |
|
|
playerId: that.playerId, |
|
|
playerId: that.playerId, |
|
|
competeId: that.$store.state.project.companyId, |
|
|
competeId: that.companyId, |
|
|
groupRemark: that.groupRemark,//组别id |
|
|
groupRemark: that.groupRemark,//组别id |
|
|
playerName: that.list[0].content,//选手姓名 |
|
|
playerName: that.list[0].content,//选手姓名 |
|
|
gender: that.che,//性别 |
|
|
gender: that.che,//性别 |
|
|