Преглед на файлове

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

Devosend преди 2 години
родител
ревизия
d1cae6025b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dolphinscheduler-ui/src/views/resource/file/rename/index.tsx

+ 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