kun 191128 1221
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user