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
5c6b61ee
Commit
5c6b61ee
authored
1 year ago
by
彭俊龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
维保配置接口修改
parent
f830d554
Pipeline
#86482
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
AddModalNew.jsx
...s/bsmanager/patrolMaintenance/maintenance/AddModalNew.jsx
+2
-1
api.js
src/services/maintenance/api.js
+3
-0
No files found.
src/pages/bsmanager/patrolMaintenance/maintenance/AddModalNew.jsx
View file @
5c6b61ee
...
...
@@ -52,6 +52,7 @@ import {
GetFeedbackTableFields
,
GetAccountConfigInfo
,
newGetAccountConfigInfo
,
NewGetFeedbackTableFields
}
from
'@/services/maintenance/api'
;
import
BaseTimeConfig
from
'./components/BaseTimeConfig'
;
...
...
@@ -1024,7 +1025,7 @@ const AddModal = props => {
};
const
onChangeFeed
=
(
val
,
flag
,
str
)
=>
{
GetFeedbackTableFields
({
feedbackName
:
val
}).
then
(
res
=>
{
New
GetFeedbackTableFields
({
feedbackName
:
val
}).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
let
newData
=
[
res
.
data
.
DeviceData
];
res
.
data
.
FeedbackData
.
length
>
0
&&
...
...
This diff is collapsed.
Click to expand it.
src/services/maintenance/api.js
View file @
5c6b61ee
...
...
@@ -95,6 +95,9 @@ export const newGetParentDeviceTemplate = query =>
export
const
GetFeedbackTableFields
=
query
=>
get
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/GetFeedbackTableFields`
,
query
);
export
const
NewGetFeedbackTableFields
=
query
=>
get
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/NewGetFeedbackTableFields`
,
query
);
export
const
GetAccountConfigInfo
=
query
=>
get
(
`/PandaWorkFlow/WorkFlow/AccountManage/GetAccountConfigInfo`
,
query
);
...
...
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