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
95689d6f
authored
2023-07-28 16:29:09 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
STYLE:证书领取
1 parent
b7f1a083
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/views/workflow/components/fzxx.vue
src/views/workflow/components/fzxx.vue
View file @
95689d6
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 1
5:46:51
* @LastEditTime: 2023-07-28 1
6:28:43
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -41,6 +41,7 @@
</
template
>
<
script
>
import
{
mapGetters
}
from
'vuex'
import
store
from
'@/store/index.js'
import
table
from
"@/utils/mixin/table"
;
import
{
datas
}
from
"../javascript/fzxxdata"
;
import
{
getCertificateList
}
from
"@/api/bdcqz.js"
;
...
...
@@ -95,6 +96,7 @@
* @author: renchao
*/
zslqClick
()
{
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
this
.
$popupDialog
(
"不动产权证领取"
,
"workflow/components/dialog/zslq"
,
{},
'80%'
,
true
)
}
}
...
...
Please
register
or
sign in
to post a comment