|
|
|
@ -489,8 +489,8 @@ export default {
|
|
|
|
|
let header = res.header; |
|
|
|
|
header.pop(); |
|
|
|
|
if (!this.$route.params.id && this.formValidate.spec_type === 1) { |
|
|
|
|
this.manyFormValidate.map((item) => { |
|
|
|
|
item.pic = this.formValidate.image |
|
|
|
|
this.manyFormValidate.map((item,index) => { |
|
|
|
|
item.pic = this.manyFormValidate[index].pic |
|
|
|
|
}); |
|
|
|
|
this.oneFormBatch[0].pic = this.formValidate.image; |
|
|
|
|
} |
|
|
|
|