Skip to content

Commit d12db94

Browse files
committed
Merge branch 'master' of github.com:JSON-Drived-Configurable-Platform/form-generator-iview
2 parents ce39fcc + cd7b59e commit d12db94

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)