Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
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
d0139332
authored
2023-11-07 10:56:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
5f06c5d9
574d78bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
src/views/zsgl/zsff/zsff.vue
src/views/zsgl/zsff/zsff.vue
View file @
d013933
...
...
@@ -49,16 +49,13 @@
import
{
datas
,
sendThis
}
from
"./zsffdata"
;
import
{
getZsglffList
,
removeZsgl
,
confirmZsff
}
from
"@/api/zsgl.js"
export
default
{
computed
:
{
...
mapGetters
([
"userInfo"
]),
},
name
:
"zsff"
,
mixins
:
[
table
],
mounted
()
{
sendThis
(
this
);
},
computed
:
{
...
mapGetters
([
'isRefresh'
])
...
mapGetters
([
'isRefresh'
,
'userInfo'
])
},
activated
()
{
this
.
queryClick
()
...
...
Please
register
or
sign in
to post a comment