From 1a49467a2dcfd23fa60bceeb89b62f89a34fd151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E5=AD=A6=E5=9D=A4?= <1107410514@qq.com> Date: Thu, 28 Nov 2019 12:21:43 +0800 Subject: [PATCH] kun 191128 1221 --- src/views/project/Application.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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