king
2023-10-27 d26ecdf69db28f9e3ac71834658e0fade6fcf5ca
src/utils/utils.js
@@ -2394,9 +2394,8 @@
/**
 * @description 获取标记信息
 */
export function getMark (marks, record, style = {}) {
export function getMark (marks, record, style) {
  let res = {}
  style = JSON.parse(JSON.stringify(style))
  marks.some(mark => {
    let originVal = record[mark.field[0]]