diff --git a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue index 5cd9f677e7..69ac4420a0 100644 --- a/core/core-frontend/src/views/visualized/data/dataset/form/index.vue +++ b/core/core-frontend/src/views/visualized/data/dataset/form/index.vue @@ -293,6 +293,7 @@ const confirmCustomTime = () => { }) delete currentField.value.name recoverSelection() + updateCustomTime.value = false } else { ruleFormRef.value.validate(valid => { if (valid) { @@ -309,7 +310,6 @@ const confirmCustomTime = () => { } }) } - updateCustomTime.value = false } watch(searchTable, val => {