zhangxin před 1 měsícem
rodič
revize
7543e47663
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
                     })