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
2e315532
Commit
2e315532
authored
Nov 09, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '巡检反馈增加映射字段'
parent
cb8b15fc
Pipeline
#63392
waiting for manual action with stages
Changes
3
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
值映射.png
src/assets/images/icons/值映射.png
+0
-0
AddModal.jsx
...s/bsmanager/patrolMaintenance/patrolFeedback/AddModal.jsx
+0
-0
api.js
src/services/PatrolFeedback/api.js
+5
-1
No files found.
src/assets/images/icons/值映射.png
0 → 100644
View file @
2e315532
This diff was suppressed by a .gitattributes entry.
src/pages/bsmanager/patrolMaintenance/patrolFeedback/AddModal.jsx
View file @
2e315532
This diff is collapsed.
Click to expand it.
src/services/PatrolFeedback/api.js
View file @
2e315532
...
...
@@ -6,7 +6,7 @@
* @LastEditTime: 2022-07-22 10:46:09
* @LastEditors: leizhe
*/
import
{
CITY_SERVICE
,
get
,
PUBLISH_SERVICE
,
post
,
postForm
}
from
'../index'
;
import
{
CITY_SERVICE
,
get
,
PUBLISH_SERVICE
,
post
,
postForm
,
PANDA_GIS
}
from
'../index'
;
// 加载巡检反馈
export
const
CM_Feedback_LoadPatrolFeedbacks
=
data
=>
...
...
@@ -43,3 +43,7 @@ export const CM_Feedback_LoadFields = feedbackTableName =>
// 调整巡检反馈顺序
export
const
CM_Feedback_ChangPatrolOrder
=
patrolOrder
=>
get
(
`
${
PUBLISH_SERVICE
}
/WorkOrderCenter/CM_Feedback_ChangPatrolOrder?patrolOrder=
${
patrolOrder
}
`
);
// 任务同步事件字段
export
const
GetTaskSyncField
=
query
=>
get
(
`
${
PANDA_GIS
}
/PatrolInspection/GetTaskSyncField`
,
query
);
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