Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wisdom-components
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
wisdom-components
Commits
350131d7
Commit
350131d7
authored
Aug 14, 2023
by
陈龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复service不存在的报错
parent
3141a6a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
ReportsSetting.js
...omponents/BasicReport/src/ReportsManage/ReportsSetting.js
+0
-1
workflow.js
...s/base-components/BasicReport/src/api/service/workflow.js
+2
-3
No files found.
packages/base-components/BasicReport/src/ReportsManage/ReportsSetting.js
View file @
350131d7
...
...
@@ -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
);
...
...
packages/base-components/BasicReport/src/api/service/workflow.js
View file @
350131d7
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment