소스 검색

装箱单尺码初始化

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++){