king
2023-10-26 742f7d11557526038d332e60a8c8ca18177bc4e4
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]]