Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amms-template
Overview
Overview
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
pangchong
amms-template
Commits
7ee304fe
Commit
7ee304fe
authored
Sep 05, 2025
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 防风害模板新增
parent
767fc66f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
mocp/api/windDamageManagement.js
+8
-0
mocp/utils/http.js
+2
-2
pages/modules/mocp/panel/windDamageManagement/patrolDetails.vue
+0
-0
No files found.
mocp/api/windDamageManagement.js
View file @
7ee304fe
...
@@ -40,6 +40,14 @@ export const getAllTaskInfoByWeatherApi = (data, config) => {
...
@@ -40,6 +40,14 @@ export const getAllTaskInfoByWeatherApi = (data, config) => {
config
config
})
})
}
}
export
const
getPwdWorkTemplateItemsByStnApi
=
(
data
,
config
)
=>
{
return
http
({
method
:
'POST'
,
url
:
'/terminal/getPwdWorkTemplateItemsByStn'
,
data
,
config
})
}
export
const
savePwdCommonTaskApi
=
(
data
,
config
)
=>
{
export
const
savePwdCommonTaskApi
=
(
data
,
config
)
=>
{
return
post
({
return
post
({
method
:
'POST'
,
method
:
'POST'
,
...
...
mocp/utils/http.js
View file @
7ee304fe
...
@@ -3,8 +3,8 @@ import useUserStore from 'mocp/store/user'
...
@@ -3,8 +3,8 @@ import useUserStore from 'mocp/store/user'
// const baseURL = 'https://hna-platform.anyremote.cn' //测试
// const baseURL = 'https://hna-platform.anyremote.cn' //测试
// const baseURL = 'https://moc.hnatechnic.com/api' //生产
// const baseURL = 'https://moc.hnatechnic.com/api' //生产
// const baseURL = 'http://10.123.48.67/api' //Amms内网
// const baseURL = 'http://10.123.48.67/api' //Amms内网
// const baseURL = 'http://10.121.48.157/gky_mocp_bs
/api' //北数高可用测试环境
const
baseURL
=
'http://10.70.62.129
/api'
//北数高可用测试环境
const
baseURL
=
'https://hnaelbtest.hnatechnic.com/mocptest/api'
//内网
//
const baseURL = 'https://hnaelbtest.hnatechnic.com/mocptest/api' //内网
class
ServiceLoading
{
class
ServiceLoading
{
open
(
loading
)
{
open
(
loading
)
{
...
...
pages/modules/mocp/panel/windDamageManagement/patrolDetails.vue
View file @
7ee304fe
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