1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2026-03-26 17:49:39 +08:00
parent 2c305af49e
commit e8f95d09ba
1 changed files with 2 additions and 2 deletions

View File

@ -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')
}