Fixiaobai
2023-12-11 5d64e2573f5e0b9dc06891cf441c02b057310e1c
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)
        })
      }
    },