zouyu
2023-12-19 c807040fe243a4e36aa73dd8962791d6ee4ff7f0
src/views/plan/customerorder/customerorder-config-history.vue
@@ -243,7 +243,6 @@
            }
          }
          const tableData = this.$refs.commonPartTable.getTableData()
          console.log(tableData)
          // 判断频率列数
          let cnt = 0
          for (let i = 0; i < tableData.length; i++) {
@@ -312,7 +311,6 @@
            })
          }
          this.table.column = this.table.column.concat(extCol)
          // console.log(this.table.column)
        })
      }
    },