测试提交

This commit is contained in:
limengnan 2025-07-04 09:06:40 +08:00
parent 18a5ab367b
commit 042df6d197

View File

@ -56,6 +56,7 @@ export const deleteChartFieldByChartId = async (chartId): Promise<IResponse> =>
export const getData = async (data): Promise<IResponse> => {
delete data.data
const copyData = cloneDeep(data)
const fields = [
'xAxis',
'xAxisExt',