@@ -56,6 +56,7 @@ export default {
Object.keys(this.form).forEach((i, index) => {
this.form[i] = res.data[i]
})
+ this.form.picIdList = [res.data.id]
console.log(this.form)
},