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
1b695087
authored
2023-07-28 15:47:44 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
STYLE:证书领取证书打印
1 parent
d2b849ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
7 deletions
src/views/workflow/components/dialog/zsdy.vue
src/views/workflow/components/fzxx.vue
src/views/workflow/components/szxx.vue
src/views/workflow/components/dialog/zsdy.vue
View file @
1b69508
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-25 11:13:07
* @LastEditTime: 2023-0
7-28 15:47:25
-->
<
template
>
<div>
...
...
@@ -179,7 +179,7 @@
this
.
$popupCacel
()
this
.
$message
.
success
(
"提交成功"
)
//刷新列表
store
.
dispatch
(
'user/re
freshPage
'
,
true
)
store
.
dispatch
(
'user/re
WorkFresh
'
,
true
)
}
else
{
this
.
$message
.
error
(
res
.
message
)
}
...
...
src/views/workflow/components/fzxx.vue
View file @
1b69508
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-2
5 09:26:10
* @LastEditTime: 2023-07-2
8 15:46:51
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -40,9 +40,10 @@
</div>
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
table
from
"@/utils/mixin/table"
;
import
{
getCertificateList
}
from
"@/api/bdcqz.js"
;
import
{
datas
}
from
"../javascript/fzxxdata"
;
import
{
getCertificateList
}
from
"@/api/bdcqz.js"
;
export
default
{
mixins
:
[
table
],
data
()
{
...
...
@@ -66,6 +67,16 @@
created
()
{
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
},
computed
:
{
...
mapGetters
([
'workFresh'
])
},
watch
:
{
workFresh
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
)
this
.
queryClick
()
}
}
},
methods
:
{
/**
* @description: queryClick
...
...
src/views/workflow/components/szxx.vue
View file @
1b69508
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
6-25 11:15:01
* @LastEditTime: 2023-0
7-28 15:46:24
-->
<
template
>
<div
class=
"szxx"
>
...
...
@@ -92,10 +92,10 @@
};
},
computed
:
{
...
mapGetters
([
'
isRef
resh'
])
...
mapGetters
([
'
workF
resh'
])
},
watch
:
{
isRef
resh
:
{
workF
resh
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
)
this
.
list
()
}
...
...
Please
register
or
sign in
to post a comment