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
4010abbb
authored
2024-03-07 10:43:17 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
611d76a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/views/lpb/lpbContent/index.vue
src/views/workflow/components/batchDel.vue
src/views/workflow/components/leftmenu/ordinaryMenu.vue
src/views/lpb/lpbContent/index.vue
View file @
4010abb
...
...
@@ -154,6 +154,7 @@
return
;
}
this
.
loading
=
true
;
store
.
dispatch
(
'user/refreshPage'
,
false
);
againAddSldy
({
bsmSqyw
:
this
.
sqywInfo
.
bsmSqyw
,
bsmSlsq
:
this
.
sqywInfo
.
bsmSlsq
,
...
...
@@ -169,9 +170,8 @@
})
if
(
!
this
.
isJump
)
{
this
.
jump
(
res
.
result
,
this
.
sqywInfo
.
djywbm
)
}
else
{
store
.
dispatch
(
'user/refreshPage'
,
true
);
}
store
.
dispatch
(
'user/refreshPage'
,
true
);
//this.close();
this
.
$popupCacel
();
}
else
{
...
...
src/views/workflow/components/batchDel.vue
View file @
4010abb
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2024-0
2-02 16:52:02
* @LastEditTime: 2024-0
3-07 09:52:35
-->
<!-- 批量删除弹框 -->
<
template
>
...
...
@@ -65,7 +65,6 @@
}
},
methods
:
{
// 批量删除确定按钮
/**
* @description: 批量删除确定按钮
* @author: renchao
...
...
@@ -74,6 +73,7 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmSldyList"
,
this
.
selectBdcdy
);
formdata
.
append
(
"bsmSlsq"
,
this
.
formData
.
bsmSlsq
);
store
.
dispatch
(
'user/refreshPage'
,
false
);
deleteSlbdcdy
(
formdata
).
then
(
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$popupCacel
();
...
...
src/views/workflow/components/leftmenu/ordinaryMenu.vue
View file @
4010abb
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2024-0
2-01 16:57:55
* @LastEditTime: 2024-0
3-07 09:54:56
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
@@ -84,7 +84,7 @@
isRefresh
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
)
{
this
.
loadBdcdylist
(
true
)
this
.
loadBdcdylist
()
}
},
immediate
:
true
...
...
Please
register
or
sign in
to post a comment