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
7c78942c
Commit
7c78942c
authored
Nov 12, 2024
by
pangchong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bug修复
parent
071137a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/pages/modules/mocp/panel/flight-support/components/Screen.vue
+0
-4
src/pages/modules/mocp/panel/flight-support/list.vue
+4
-1
No files found.
src/pages/modules/mocp/panel/flight-support/components/Screen.vue
View file @
7c78942c
...
...
@@ -44,7 +44,6 @@ import { storeToRefs } from 'pinia'
import
{
cloneDeep
}
from
'lodash'
import
useBaseStore
from
'mocp/store/base'
import
useFlightSupportStore
from
'mocp/store/flight-support'
import
{
onUnload
}
from
'@dcloudio/uni-app'
//获取下拉框选项
const
baseStore
=
useBaseStore
()
...
...
@@ -70,9 +69,6 @@ const handleConfirm = () => {
uni
.
$mocpJump
.
navigateBack
()
uni
.
$emit
(
'screenReload'
)
}
onUnload
(()
=>
{
uni
.
$off
(
'screenReload'
)
})
</
script
>
<
style
lang=
"scss"
scoped
>
.screen-form
{
...
...
src/pages/modules/mocp/panel/flight-support/list.vue
View file @
7c78942c
...
...
@@ -63,7 +63,7 @@ import useFlightSupportStore from 'mocp/store/flight-support'
import
{
storeToRefs
}
from
'pinia'
import
TableTow
from
'./components/TableRow.vue'
import
{
finishedStatus
}
from
'mocp/utils/getFlightList'
import
{
onLoad
}
from
'@dcloudio/uni-app'
import
{
onLoad
,
onUnload
}
from
'@dcloudio/uni-app'
import
{
currentInBoundModeForFlightTablePage
,
allInBoundMode
}
from
'./utils/currentInBoundMode'
const
paging
=
ref
(
null
)
...
...
@@ -132,6 +132,9 @@ uni.$on('screenReload', () => {
onLoad
(()
=>
{
flightSupportStore
.
setTerminal
()
})
onUnload
(()
=>
{
uni
.
$off
(
'screenReload'
)
})
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
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