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