Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
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
CivManage
Commits
78e402f8
Commit
78e402f8
authored
Mar 20, 2024
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '手持视图新增参数审核'
parent
f0a03b89
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
AddModal.jsx
...wNode/flowNodeComponents/auxiliaryComponents/AddModal.jsx
+1
-1
AddView.jsx
...nents/flowChartComponents/nodeModalComponents/AddView.jsx
+2
-2
No files found.
src/pages/bsmanager/workOrder/workFlow/flowNode/flowNodeComponents/auxiliaryComponents/AddModal.jsx
View file @
78e402f8
...
@@ -18,7 +18,7 @@ const ProcessConfig = props => {
...
@@ -18,7 +18,7 @@ const ProcessConfig = props => {
}
=
props
;
}
=
props
;
const
[
showParmarModal
,
setShowParmarModal
]
=
useState
(
false
);
const
[
showParmarModal
,
setShowParmarModal
]
=
useState
(
false
);
const
[
treeData
,
setTreeData
]
=
useState
([
'FeedbackAccount'
,
'GisGatherProjectView'
]);
const
[
treeData
,
setTreeData
]
=
useState
([
'FeedbackAccount'
,
'GisGatherProjectView'
]);
const
[
paramValue
,
setParamValue
]
=
useState
([
'一键入库'
,
'edit'
]);
const
[
paramValue
,
setParamValue
]
=
useState
([
'一键入库'
,
'edit'
,
'审核'
]);
const
[
selectValue
,
setSelectValue
]
=
useState
(
''
);
const
[
selectValue
,
setSelectValue
]
=
useState
(
''
);
const
[
form
]
=
Form
.
useForm
();
const
[
form
]
=
Form
.
useForm
();
useEffect
(()
=>
{
useEffect
(()
=>
{
...
...
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/AddView.jsx
View file @
78e402f8
...
@@ -153,7 +153,7 @@ const AddView = props => {
...
@@ -153,7 +153,7 @@ const AddView = props => {
}
}
}
}
>
>
<
Select
placeholder=
"选择视图参数"
showSearch
mode=
"multiple"
>
<
Select
placeholder=
"选择视图参数"
showSearch
mode=
"multiple"
>
{
[
'一键入库'
,
'edit'
].
map
((
item
,
index
)
=>
(
{
[
'一键入库'
,
'edit'
,
'审核'
].
map
((
item
,
index
)
=>
(
<
Option
key=
{
index
}
value=
{
item
}
>
<
Option
key=
{
index
}
value=
{
item
}
>
{
item
}
{
item
}
</
Option
>
</
Option
>
...
@@ -200,7 +200,7 @@ const AddView = props => {
...
@@ -200,7 +200,7 @@ const AddView = props => {
}
}
}
}
>
>
<
Select
placeholder=
"选择手持参数"
showSearch
>
<
Select
placeholder=
"选择手持参数"
showSearch
>
{
[
'一键入库'
,
'edit'
].
map
((
item
,
index
)
=>
(
{
[
'一键入库'
,
'edit'
,
'审核'
].
map
((
item
,
index
)
=>
(
<
Option
key=
{
index
}
value=
{
item
}
>
<
Option
key=
{
index
}
value=
{
item
}
>
{
item
}
{
item
}
</
Option
>
</
Option
>
...
...
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