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
43804732
authored
2023-07-13 13:59:32 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' of
http://yun.pashanhoo.com:9090/bdc/bdcdj-web
into dev
2 parents
80183af9
00517d7a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/workflow/mixin/index.js
src/views/workflow/mixin/index.js
View file @
4380473
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-1
2 16:37:53
* @LastEditTime: 2023-07-1
3 11:06:42
*/
import
{
getWorkFlowImage
}
from
"@/api/workflow/jsydsyqFlow.js"
;
import
{
getPrintTemplateByCode
}
from
"@/api/system"
;
...
...
@@ -205,10 +205,10 @@ export default {
res
.
result
[
0
].
state
?
that
.
$message
({
message
:
'登簿成功'
,
type
:
'success'
})
:
ywPopupDialog
(
"登簿错误明细"
,
"workflow/components/dialog/dblist"
,
{
result
:
res
.
result
},
'30%'
)
})
:
ywPopupDialog
(
"登簿错误明细"
,
"workflow/components/dialog/dblist"
,
{
result
:
res
.
result
},
'30%'
,
true
)
}
else
{
ywPopupDialog
(
"登簿错误明细"
,
"workflow/components/dialog/dblist"
,
{
result
:
res
.
result
},
'30%'
)
ywPopupDialog
(
"登簿错误明细"
,
"workflow/components/dialog/dblist"
,
{
result
:
res
.
result
},
'30%'
,
true
)
}
}
else
{
that
.
$message
.
error
(
res
.
message
)
...
...
Please
register
or
sign in
to post a comment