瀏覽代碼

解决装箱单尺码字段重复

jbb 2 年之前
父節點
當前提交
e2c9377455
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/packing-list/packinglist-clothes/clothesAddDrawer.vue

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

@@ -491,6 +491,7 @@ export default {
     referCallback(idArr){
      this.clothesAdd = {}
      this.clothesAddData = []
+     this.sizeFields = []
      var preId = idArr[0]
      orderSpltListId({id:preId}).then(res => {
           var data = res.result
@@ -527,6 +528,7 @@ export default {
     },
 
     dynamicColumns(sizeTables){
+       this.initializationColumns()
        var newColumns = this.clothesAddColumns
        this.sizeFields = [];
         if (sizeTables != null){