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
ecb27d8c
authored
2023-07-20 09:56:53 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:审批意见
1 parent
b7b5cde3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/views/workflow/components/spyj.vue
src/views/workflow/components/spyj.vue
View file @
ecb27d8
<!--
* @Description: 功能:审批意见
* @Autor: renchao
* @LastEditTime: 2023-0
5-17 10:41:24
* @LastEditTime: 2023-0
7-20 09:52:48
-->
<
template
>
<div
class=
'spyj loadingtext'
>
...
...
@@ -83,7 +83,7 @@
},
},
mounted
()
{
this
.
ableOperation
=
this
.
$parent
.
ableOperation
;
this
.
ableOperation
=
this
.
$parent
.
currentSelectTab
.
ableOperation
this
.
list
();
},
methods
:
{
...
...
@@ -94,7 +94,6 @@
var
formdata
=
new
FormData
();
formdata
.
append
(
"bsmBusiness"
,
this
.
propsParam
.
bsmBusiness
);
formdata
.
append
(
"bestepid"
,
this
.
$route
.
query
.
bestepid
);
// formdata.append("ableOperation", this.ableOperation)
getSpyjList
(
formdata
).
then
((
res
)
=>
{
this
.
$endLoading
()
if
(
res
.
code
===
200
&&
res
.
result
)
{
...
...
Please
register
or
sign in
to post a comment