diff --git a/dolphinscheduler-ui/src/views/resource/file/rename/index.tsx b/dolphinscheduler-ui/src/views/resource/file/rename/index.tsx index 34578835f572c47b08b46f82910517e51c70a334..d57302c362f8f2b9266d69edaa3187f2a42567c5 100644 --- a/dolphinscheduler-ui/src/views/resource/file/rename/index.tsx +++ b/dolphinscheduler-ui/src/views/resource/file/rename/index.tsx @@ -57,7 +57,7 @@ export default defineComponent({ } watch( - () => props.name, + () => props.show, () => { state.renameForm.id = props.id state.renameForm.name = props.name