1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2c305af49e
commit
e8f95d09ba
|
|
@ -803,10 +803,10 @@ export default {
|
|||
if (this.segmentList[groupIndex].segments.length > 0) {
|
||||
this.selectSegment(this.segmentList[groupIndex].segments[0])
|
||||
}
|
||||
let data = {
|
||||
let d = {
|
||||
SegmentId: data.id
|
||||
}
|
||||
let r = await this.getSegmentBindingList(data)
|
||||
let r = await this.getSegmentBindingList(d)
|
||||
if (r && r.length > 0) {
|
||||
this.$set('resetQuestion')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue