王震
2023-12-13 67da82f0b0c24df5f19bbfcfec63801d9ae902d8
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)
        })
      }
    },