kun 191128 1221

This commit is contained in:
沈学坤
2019-11-28 12:21:43 +08:00
parent 77ff7e6d76
commit 1a49467a2d

View File

@@ -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