From d1cae6025b7a8c6427120ecfeb8a2c8b1e4bbb72 Mon Sep 17 00:00:00 2001 From: Devosend Date: Thu, 16 Jun 2022 13:51:17 +0800 Subject: [PATCH] fix rename form not init bug in file manange (#10471) --- dolphinscheduler-ui/src/views/resource/file/rename/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-ui/src/views/resource/file/rename/index.tsx b/dolphinscheduler-ui/src/views/resource/file/rename/index.tsx index 34578835f..d57302c36 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 -- GitLab