瀏覽代碼

装箱单尺码初始化

jbb 2 年之前
父節點
當前提交
079504a990
共有 1 個文件被更改,包括 1 次插入0 次删除
  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++){