Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
356f5c7e
authored
2024-04-24 19:01:34 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
9e107896
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
src/viewsPc/booking/Invoicing.vue
src/viewsPc/booking/Invoicing.vue
View file @
356f5c7
...
...
@@ -53,16 +53,20 @@ import { ref } from 'vue'
import
{
getInvoiceByActiveId
}
from
"@/apiPc/booking"
import
{
getCurrentInstance
}
from
"@vue/runtime-core"
import
{
useStorage
}
from
"@vueuse/core/index"
;
import
useUserStore
from
"@/store/modules/user"
;
const
language
=
useStorage
(
'language'
,
0
)
const
{
proxy
}
=
getCurrentInstance
()
const
list
=
ref
([])
const
user
=
useUserStore
().
user
const
query
=
ref
({
activeId
:
''
,
createById
:
''
,
venueId
:
''
createById
:
user
.
userId
})
getList
()
function
getList
()
{
if
(
!
user
){
useUserStore
().
setReLogin
()
return
}
getInvoiceByActiveId
(
query
.
value
).
then
(
res
=>
{
list
.
value
=
res
.
rows
})
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment