|
@@ -313,7 +313,7 @@ export default {
|
|
|
this.$message.error('请选择授权时间')
|
|
this.$message.error('请选择授权时间')
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
- const tmp = { projectId: this.projectId, ownerId: this.ownerId }
|
|
|
|
|
|
|
+ const tmp = { projectId: this.$route.query.projectId, ownerId: this.$route.query.ownerId }
|
|
|
const item = { startTime: this.applyTime[0], endTime: this.applyTime[1], folderId: this.currentFolder.fileFolderId }
|
|
const item = { startTime: this.applyTime[0], endTime: this.applyTime[1], folderId: this.currentFolder.fileFolderId }
|
|
|
const list = [item]
|
|
const list = [item]
|
|
|
this.$api.project.apply(Object.assign(tmp, { folders: list })).then(res => {
|
|
this.$api.project.apply(Object.assign(tmp, { folders: list })).then(res => {
|