Skip to content

Commit cd7b59e

Browse files
authored
Merge pull request #113 from Tobin1990/master
updata timecycleselect 圈选时候赋值问题
2 parents a21f1a9 + 7287830 commit cd7b59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fields/fieldTimeCycleSelect.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default {
196196
this.timeList[i] = '0';
197197
}
198198
}
199-
this.$emit('triggertime', this.timeList.join(''));
199+
this.$emit('on-change', this.field.model, this.timeList.join(''), null, this.field);
200200
this.clearBubble(e);
201201
},
202202
setcurrent(item, index) {

0 commit comments

Comments
 (0)