Browse Source

fix: setCellFormat data 引用

master
break-wave 5 years ago
parent
commit
ed50e47b44
  1. 2
      src/global/api.js

2
src/global/api.js

@ -361,7 +361,7 @@ export function setCellFormat(row, column, attr, value, options = {}) {
} }
// refresh // refresh
jfrefreshgrid(data, [{ "row": [row, row], "column": [column, column] }]); jfrefreshgrid(targetSheetData, [{ "row": [row, row], "column": [column, column] }]);
if (success && typeof success === 'function') { if (success && typeof success === 'function') {
success(cellData); success(cellData);

Loading…
Cancel
Save