Sfoglia il codice sorgente

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

Devosend 2 anni fa
parent
commit
d1cae6025b

+ 1 - 1
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