Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mocp-uniapp
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
mocp-uniapp
Commits
75bc266c
Commit
75bc266c
authored
Oct 11, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 兼容
parent
7a52f735
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
src/pages/modules/mocp/panel/windDamageManagement/mooringDetails.vue
+2
-1
src/pages/modules/mocp/panel/windDamageManagement/operateDetails.vue
+3
-1
src/pages/modules/mocp/panel/windDamageManagement/patrolDetails.vue
+3
-1
src/pages/modules/mocp/panel/windDamageManagement/sandstormDetails.vue
+3
-1
No files found.
src/pages/modules/mocp/panel/windDamageManagement/mooringDetails.vue
View file @
75bc266c
...
...
@@ -504,10 +504,12 @@ const { details, getBasicVo, getConclusionVo, getWorkVo, basicId, tabIndex, getD
onLoad
(()
=>
{
init
()
})
const
collapseRef
=
ref
()
const
init
=
async
()
=>
{
await
windDamageManagementStore
.
getAllTaskInfoByWeather
()
Object
.
assign
(
formData
,
getWorkVo
.
value
)
formData
.
basicId
=
basicId
.
value
collapseRef
.
value
?.
init
()
}
//接收历史
const
receiveHistoryListRef
=
ref
()
...
...
@@ -571,7 +573,6 @@ const formData = reactive({
wheelMeasure
:
''
})
//适配折叠高度
const
collapseRef
=
ref
()
watch
(
()
=>
formData
.
situation
,
()
=>
{
...
...
src/pages/modules/mocp/panel/windDamageManagement/operateDetails.vue
View file @
75bc266c
...
...
@@ -13,7 +13,7 @@
>
<template
v-if=
"details"
>
<view
class=
"mocp-cell"
>
<up-collapse
:value=
"['1', '2', '3']"
>
<up-collapse
:value=
"['1', '2', '3']"
ref=
"collapseRef"
>
<up-collapse-item
name=
"1"
>
<template
#
title
>
<view
class=
"mocp-title"
>
...
...
@@ -652,10 +652,12 @@ const { details, getBasicVo, getConclusionVo, getWorkVo, basicId, tabIndex, getD
onLoad
(()
=>
{
init
()
})
const
collapseRef
=
ref
()
const
init
=
async
()
=>
{
await
windDamageManagementStore
.
getAllTaskInfoByWeather
()
Object
.
assign
(
formData
,
getWorkVo
.
value
)
formData
.
basicId
=
basicId
.
value
collapseRef
.
value
?.
init
()
}
//接收历史
const
receiveHistoryListRef
=
ref
()
...
...
src/pages/modules/mocp/panel/windDamageManagement/patrolDetails.vue
View file @
75bc266c
...
...
@@ -13,7 +13,7 @@
>
<template
v-if=
"details"
>
<view
class=
"mocp-cell"
>
<up-collapse
:value=
"['1', '2', '3']"
>
<up-collapse
:value=
"['1', '2', '3']"
ref=
"collapseRef"
>
<up-collapse-item
name=
"1"
>
<template
#
title
>
<view
class=
"mocp-title"
>
...
...
@@ -464,10 +464,12 @@ const { details, getBasicVo, getConclusionVo, getWorkVo, basicId, tabIndex, getD
onLoad
(()
=>
{
init
()
})
const
collapseRef
=
ref
()
const
init
=
async
()
=>
{
await
windDamageManagementStore
.
getAllTaskInfoByWeather
()
Object
.
assign
(
formData
,
getWorkVo
.
value
)
formData
.
basicId
=
basicId
.
value
collapseRef
.
value
?.
init
()
}
//接收历史
const
receiveHistoryListRef
=
ref
()
...
...
src/pages/modules/mocp/panel/windDamageManagement/sandstormDetails.vue
View file @
75bc266c
...
...
@@ -13,7 +13,7 @@
>
<template
v-if=
"details"
>
<view
class=
"mocp-cell"
>
<up-collapse
:value=
"['1', '2', '3']"
>
<up-collapse
:value=
"['1', '2', '3']"
ref=
"collapseRef"
>
<up-collapse-item
name=
"1"
>
<template
#
title
>
<view
class=
"mocp-title"
>
...
...
@@ -245,10 +245,12 @@ const { details, getBasicVo, getConclusionVo, getWorkVo, basicId, tabIndex, getD
onLoad
(()
=>
{
init
()
})
const
collapseRef
=
ref
()
const
init
=
async
()
=>
{
await
windDamageManagementStore
.
getAllTaskInfoByWeather
()
Object
.
assign
(
formData
,
getWorkVo
.
value
)
formData
.
basicId
=
basicId
.
value
collapseRef
.
value
?.
init
()
}
//接收历史
const
receiveHistoryListRef
=
ref
()
...
...
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