diff --git a/src/views/pages/autoexec/detail/runner-detail.vue b/src/views/pages/autoexec/detail/runner-detail.vue index a0e360d72ce6e4187edfb5e12359aaab75cb8146..3244dfe718aba4ed5b31cb2df311a7b5484ef368 100644 --- a/src/views/pages/autoexec/detail/runner-detail.vue +++ b/src/views/pages/autoexec/detail/runner-detail.vue @@ -696,7 +696,7 @@ export default { this.$set(data, 'roundCount', null); } else { this.$set(data, 'parallelCount', null); - this.$set(data, 'roundCount', roundCount || 64); + this.$set(data, 'roundCount', this.roundCount || 64); } } if (this.$refs.param) {