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
cce514ac
Commit
cce514ac
authored
3 years ago
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改二维配置无回显,编辑台账失效问题
parent
d9f91cbb
master
dev-database
dev-solution
dev-达梦
styleEditBranch
No related merge requests found
Pipeline
#37797
skipped with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
card.jsx
...ormCenter/schemeConfig/projectMessage/components/card.jsx
+1
-1
editorModal.jsx
src/pages/platformCenter/standingBook/editorModal.jsx
+2
-1
No files found.
src/pages/platformCenter/schemeConfig/projectMessage/components/card.jsx
View file @
cce514ac
...
...
@@ -112,7 +112,7 @@ const CardData = props => {
schemename
:
item
.
schemename
,
terminalType
:
"web"
,
isBaseMap
:
false
,
js
c
onCfg
:
JSON
.
stringify
(
jsConfig
)
jsonCfg
:
JSON
.
stringify
(
jsConfig
)
}
).
then
(
res
=>
{
...
...
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/standingBook/editorModal.jsx
View file @
cce514ac
...
...
@@ -78,7 +78,7 @@ const AddModal = props => {
let
data
=
type
==
'add'
?
{
...
obj
,
...
inputValue
,
Order
:
maxLength
}
:
{
...
obj
,
Order
,
ID
:
formObj
.
ID
};
:
{
...
obj
,
...
inputValue
,
Order
,
ID
:
formObj
.
ID
};
GetCMLedger_OperateLedger
(
data
)
.
then
(
res
=>
{
setLoading
(
false
);
...
...
@@ -237,6 +237,7 @@ const AddModal = props => {
const
changeText
=
(
e
,
type
)
=>
{
let
inputText
=
{
...
inputValue
};
inputText
[
type
]
=
e
.
target
.
value
;
console
.
log
(
inputText
,
'32555'
);
setInputVaule
(
inputText
);
};
const
inputType
=
e
=>
{
...
...
This diff is collapsed.
Click to expand it.
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