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
64559388
Commit
64559388
authored
Mar 22, 2024
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '手持视图新增参数测量收点'
parent
bd6984d0
Pipeline
#86318
passed with stages
Changes
2
Pipelines
1
Show 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 @
64559388
...
...
@@ -18,7 +18,7 @@ const ProcessConfig = props => {
}
=
props
;
const
[
showParmarModal
,
setShowParmarModal
]
=
useState
(
false
);
const
[
treeData
,
setTreeData
]
=
useState
([
'FeedbackAccount'
,
'GisGatherProjectView'
]);
const
[
paramValue
,
setParamValue
]
=
useState
([
'一键入库'
,
'edit'
,
'审核'
]);
const
[
paramValue
,
setParamValue
]
=
useState
([
'一键入库'
,
'edit'
,
'审核'
,
'测量收点'
]);
const
[
selectValue
,
setSelectValue
]
=
useState
(
''
);
const
[
form
]
=
Form
.
useForm
();
useEffect
(()
=>
{
...
...
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/AddView.jsx
View file @
64559388
...
...
@@ -153,7 +153,7 @@ const AddView = props => {
}
}
>
<
Select
placeholder=
"选择视图参数"
showSearch
mode=
"multiple"
>
{
[
'一键入库'
,
'edit'
,
'审核'
].
map
((
item
,
index
)
=>
(
{
[
'一键入库'
,
'edit'
,
'审核'
,
'测量收点'
].
map
((
item
,
index
)
=>
(
<
Option
key=
{
index
}
value=
{
item
}
>
{
item
}
</
Option
>
...
...
@@ -200,7 +200,7 @@ const AddView = props => {
}
}
>
<
Select
placeholder=
"选择手持参数"
showSearch
>
{
[
'一键入库'
,
'edit'
,
'审核'
].
map
((
item
,
index
)
=>
(
{
[
'一键入库'
,
'edit'
,
'审核'
,
'测量收点'
].
map
((
item
,
index
)
=>
(
<
Option
key=
{
index
}
value=
{
item
}
>
{
item
}
</
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