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
b7f1a083
authored
2023-07-28 15:54:35 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:证书领取
1 parent
1b695087
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
src/store/getters.js
src/views/workflow/components/szxx.vue
src/store/getters.js
View file @
b7f1a08
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
5-04 11:14:25
* @LastEditTime: 2023-0
7-28 15:49:38
*/
const
getters
=
{
sidebar
:
state
=>
state
.
app
.
sidebar
,
...
...
@@ -20,6 +20,7 @@ const getters = {
djbxx
:
state
=>
state
.
djbxx
.
djbxx
,
// workflow
isRefresh
:
state
=>
state
.
user
.
isRefresh
,
workFresh
:
state
=>
state
.
user
.
workFresh
,
yjsqOptions
:
state
=>
state
.
workflow
.
yjsqOptions
}
export
default
getters
...
...
src/views/workflow/components/szxx.vue
View file @
b7f1a08
...
...
@@ -74,6 +74,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
store
from
'@/store/index.js'
import
{
getSlsqBdcqzList
,
invalidCertificate
}
from
"@/api/bdcqz.js"
;
export
default
{
props
:
{},
...
...
@@ -130,6 +131,7 @@
* @author: renchao
*/
openZsylDialog
(
item
,
type
)
{
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
if
(
type
==
1
)
{
//证书预览
this
.
$popupDialog
(
"证书预览"
,
"workflow/components/dialog/zsyl"
,
{
bdcqz
:
item
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
},
"70%"
,
true
);
...
...
Please
register
or
sign in
to post a comment