kun 191128 1221
This commit is contained in:
@@ -766,7 +766,7 @@ export default {
|
|||||||
proimages: '',
|
proimages: '',
|
||||||
subStatus: 0,
|
subStatus: 0,
|
||||||
picture: [],
|
picture: [],
|
||||||
id: 0
|
pid: 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
@@ -1016,7 +1016,7 @@ export default {
|
|||||||
method: 'post',
|
method: 'post',
|
||||||
url: 'v1/project/apply',
|
url: 'v1/project/apply',
|
||||||
data: {
|
data: {
|
||||||
id: _this.id,
|
id: _this.pid,
|
||||||
subStatus: _this.subStatus,
|
subStatus: _this.subStatus,
|
||||||
name: _this.name,
|
name: _this.name,
|
||||||
company: _this.company,
|
company: _this.company,
|
||||||
@@ -1221,7 +1221,7 @@ export default {
|
|||||||
this.initialTextVal = data.funds
|
this.initialTextVal = data.funds
|
||||||
this.initialText = data.funds
|
this.initialText = data.funds
|
||||||
|
|
||||||
this.id = data.id
|
this.pid = data.id
|
||||||
|
|
||||||
let imgs = JSON.parse(data.proimages)
|
let imgs = JSON.parse(data.proimages)
|
||||||
this.fileLists = imgs
|
this.fileLists = imgs
|
||||||
|
|||||||
Reference in New Issue
Block a user