diff --git a/src/views/project/Application.vue b/src/views/project/Application.vue index 31effb0..b3deee1 100644 --- a/src/views/project/Application.vue +++ b/src/views/project/Application.vue @@ -766,7 +766,7 @@ export default { proimages: '', subStatus: 0, picture: [], - id: 0 + pid: 0 } }, computed: {}, @@ -1016,7 +1016,7 @@ export default { method: 'post', url: 'v1/project/apply', data: { - id: _this.id, + id: _this.pid, subStatus: _this.subStatus, name: _this.name, company: _this.company, @@ -1221,7 +1221,7 @@ export default { this.initialTextVal = data.funds this.initialText = data.funds - this.id = data.id + this.pid = data.id let imgs = JSON.parse(data.proimages) this.fileLists = imgs