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
e64531ef
authored
2024-01-19 13:59:41 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:转件
1 parent
720fe58a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
15 deletions
src/views/djbworkflow/components/zc.vue
src/views/djbworkflow/components/zc.vue
View file @
e64531e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-10-19 16:23:02
* @LastEditTime: 202
4-01-19 13:58:43
-->
<
template
>
<div
class=
"from-clues"
>
...
...
@@ -41,8 +41,6 @@
import
{
popupCacel
}
from
"@/utils/popup.js"
;
import
{
mapGetters
}
from
"vuex"
;
export
default
{
computed
:
{
},
props
:
{
formData
:
{
type
:
Object
,
...
...
@@ -56,15 +54,6 @@
shyj
:
""
,
};
},
// watch: {
// yjsqOptions: {
// handler (val) {
// this.add(val.opinion);
// },
// deep: true,
// immediate: true,
// },
// },
methods
:
{
/**
* @description: submitForm
...
...
@@ -80,6 +69,7 @@
})
},
submitForm
()
{
let
that
=
this
this
.
queryForm
=
{
bsmSlsq
:
this
.
formData
.
bsmSlsq
,
shyj
:
this
.
shyj
,
...
...
@@ -87,8 +77,8 @@
};
completeTask
(
this
.
queryForm
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
)
{
this
.
$message
.
success
(
"转件成功"
);
popupCacel
();
that
.
$message
.
success
(
"转件成功"
);
setTimeout
(()
=>
{
if
(
window
.
opener
&&
window
.
opener
.
getBpageList
)
{
window
.
opener
.
getBpageList
();
...
...
@@ -96,11 +86,14 @@
window
.
opener
.
frames
[
0
].
getBpageList
();
}
window
.
close
();
th
is
.
$emit
(
"input"
,
false
);
},
100
0
);
th
at
.
$emit
(
"input"
,
false
);
},
36
0
);
}
else
{
this
.
$message
.
error
(
res
.
message
);
}
}).
catch
((
error
)
=>
{
// 可以添加适当的错误处理
this
.
$message
.
error
(
"提交任务失败"
);
});
},
/**
...
...
Please
register
or
sign in
to post a comment