|
@@ -488,7 +488,7 @@ export default {
|
|
488
|
id: options.id,
|
488
|
id: options.id,
|
|
489
|
userId: this.$store.state.user.userInfo.userId,
|
489
|
userId: this.$store.state.user.userInfo.userId,
|
|
490
|
}).then(res => {
|
490
|
}).then(res => {
|
|
491
|
- const key = ['model','costPrice','dictLabel','dictValue','goodPicFileList','indexntifuCode','origin','stockStatus']
|
|
|
|
|
|
491
|
+ const key = ['costPrice','dictLabel','dictValue','goodPicFileList','indexntifuCode','origin','stockStatus']
|
|
492
|
key.forEach(item => {
|
492
|
key.forEach(item => {
|
|
493
|
this.formData[item] = res.data[item]
|
493
|
this.formData[item] = res.data[item]
|
|
494
|
})
|
494
|
})
|