lijufeng2016 commented on a change in pull request #5056:
URL:
https://github.com/apache/incubator-dolphinscheduler/pull/5056#discussion_r594919856
##########
File path:
dolphinscheduler-ui/src/js/module/components/fileUpdate/fileChildUpdate.vue
##########
@@ -174,8 +174,8 @@
formData.append('file', this.file)
formData.append('type', this.type)
formData.append('name', this.name)
- formData.append('pid', this.pid)
- formData.append('currentDir', this.currentDir)
+ formData.append('pid', localStore.getItem('pid') || this.id)
+ formData.append('currentDir', localStore.getItem('currentDir') ||
this.currentDir)
Review comment:
I fix all bugs for upload resource file and udf,by the way,I fix when
delete udf resource file,the page not refresh
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]