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
b7f7b8d7
authored
2024-02-02 16:52:05 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
1ddf9669
7d9f5ee4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/workflow/components/batchDel.vue
src/views/workflow/components/batchDel.vue
View file @
b7f7b8d
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 202
3-07-20 16:19:54
* @LastEditTime: 202
4-02-02 16:52:02
-->
<!-- 批量删除弹框 -->
<
template
>
...
...
@@ -16,7 +16,7 @@
</div>
</
template
>
<
script
>
import
{
delete
Flow
}
from
"@/api/workFlow.js"
import
{
delete
Slbdcdy
}
from
"@/api/workFlow.js"
import
store
from
'@/store/index.js'
export
default
{
components
:
{},
...
...
@@ -74,7 +74,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldyList"
,
this
.
selectBdcdy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
formData
.
bsmSlsq
);
delete
Flow
(
formdata
).
then
(
res
=>
{
delete
Slbdcdy
(
formdata
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$popupCacel
();
store
.
dispatch
(
'user/refreshPage'
,
true
);
...
...
Please
register
or
sign in
to post a comment