Explorar o código

fix rename form not init bug in file manange (#10471)

Devosend %!s(int64=2) %!d(string=hai) anos
pai
achega
d1cae6025b

+ 1 - 1
dolphinscheduler-ui/src/views/resource/file/rename/index.tsx

@@ -57,7 +57,7 @@ export default defineComponent({
     }
     }
 
 
     watch(
     watch(
-      () => props.name,
+      () => props.show,
       () => {
       () => {
         state.renameForm.id = props.id
         state.renameForm.id = props.id
         state.renameForm.name = props.name
         state.renameForm.name = props.name