feat(sj_1.0.0): 优化广播和分片只能选择轮询的逻辑

This commit is contained in:
opensnail 2024-05-12 22:12:15 +08:00
parent 8857278a80
commit bba5fc0dde

View File

@ -29,8 +29,8 @@ const selectOptions = computed(() => {
//
emit('update:value', 4);
// 1:, 3:
if (props.taskType === 1 || props.taskType === 3) {
// 2:, 3:
if (props.taskType === 2 || props.taskType === 3) {
return translateOptions(routeKeyRecordOptions.filter(o => o.value === 4));
}
// 2:广