zhangxin 1 miesiąc temu
rodzic
commit
7543e47663
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/wareHouse/components/edit.vue

+ 1 - 1
pages/wareHouse/components/edit.vue

@@ -488,7 +488,7 @@ export default {
488 488
                     id: options.id,
489 489
                     userId: this.$store.state.user.userInfo.userId,
490 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 492
                     key.forEach(item => {
493 493
                         this.formData[item] = res.data[item]
494 494
                     })