Browse Source

装箱单尺码初始化

jbb 2 years ago
parent
commit
079504a990
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

+ 1 - 0
src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

@@ -528,6 +528,7 @@ export default {
 
     dynamicColumns(sizeTables){
        var newColumns = this.clothesAddColumns
+       this.sizeFields = [];
         if (sizeTables != null){
           var i = 0
         for(;i < newColumns.length ; i++){