|
@@ -174,7 +174,7 @@
|
|
|
formData.append('file', this.file)
|
|
|
formData.append('type', this.type)
|
|
|
formData.append('name', this.name)
|
|
|
- formData.append('pid', this.pid)
|
|
|
+ formData.append('pid', this.id)
|
|
|
formData.append('currentDir', this.currentDir)
|
|
|
formData.append('description', this.description)
|
|
|
io.post('resources/create', res => {
|