Commit 350131d7 authored by 陈龙's avatar 陈龙

fix: 修复service不存在的报错

parent 3141a6a7
......@@ -886,7 +886,6 @@ const ReportsSetting = () => {
};
const changeColorLabel = (e, data, callback, key, index) => {
// 接口需要id全部为 0
debugger
let _labels = [...data];
_labels[index][key] = e !== null ? isNumber(e) ? e : e.target.value : null; // e为数值时是InputNumber,e为对象时是Input
callback(_labels);
......
......@@ -13,5 +13,4 @@ export const DownloadAccountFiles = (params, data) =>
params,
...data
});
export {API};
export default services;
\ No newline at end of file
export {API};
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment