Browse Source

[CODE]: 货物属性回显

maxianghua 4 years ago
parent
commit
57aafd9eb4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/warehouseBusiness/stockTransfer/index.vue

+ 1 - 0
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -3162,6 +3162,7 @@ export default {
               this.formBrowseStatus = true;
             }
             this.$set(this.dataList[list], "fBsdate", Date.parse(this.dataList[list].fBsdate));
+            this.$set(this.dataList[list], 'fBusinessType', this.dataList[list].fBusinessType + '')
           }
         }
         if (response.data.enclosures) {