Browse Source

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

3.1.0-release
Devosend 2 years ago committed by GitHub
parent
commit
d1cae6025b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/resource/file/rename/index.tsx

2
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

Loading…
Cancel
Save