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
e47bf81e
authored
2023-08-24 18:58:03 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
--no commit message
1 parent
99d50281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
42 deletions
src/views/workflow/components/spyj.vue
src/views/workflow/components/spyj.vue
View file @
e47bf81
...
...
@@ -79,19 +79,13 @@ export default {
},
data
()
{
return
{
isNoData
:
false
,
currentindex
:
0
,
bsmSlsq
:
""
,
refresh
:
10
,
viewEdit
:
false
,
bsmSlsq
:
this
.
$route
.
query
.
bsmSlsq
,
bestepid
:
this
.
$route
.
query
.
bestepid
,
propsParam
:
{},
tableData
:
[],
falg
:
false
,
falg1
:
false
,
jdmc
:
""
,
indexdqlc
:
0
,
shows
:
false
,
};
},
...
...
@@ -106,6 +100,8 @@ export default {
},
dqhj
:
{
handler
(
val
)
{
this
.
propsParam
=
this
.
$attrs
;
this
.
dataset
()
if
(
this
.
$parent
.
dqhj
){
this
.
getShList
();
}
...
...
@@ -116,27 +112,29 @@ export default {
},
created
()
{},
mounted
()
{
this
.
propsParam
=
this
.
$attrs
;
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
;
switch
(
this
.
$parent
.
dqhj
)
{
case
"cs"
:
this
.
indexdqlc
=
0
;
this
.
jdmc
=
"初审"
;
break
;
case
"fs"
:
this
.
indexdqlc
=
1
;
this
.
jdmc
=
"复审"
;
break
;
case
"hd"
:
this
.
indexdqlc
=
2
;
this
.
jdmc
=
"核定"
;
break
;
}
},
methods
:
{
/**
* @description: dataset
* @param {*} 数据处理
* @author: renchao
*/
dataset
(){
this
.
viewEdit
=
this
.
$parent
.
currentSelectTab
.
ableOperation
;
// switch (this.$parent.dqhj) {
// case "cs":
// this.indexdqlc = 0;
// this.jdmc = "初审";
// break;
// case "fs":
// this.indexdqlc = 1;
// this.jdmc = "复审";
// break;
// case "hd":
// this.indexdqlc = 2;
// this.jdmc = "核定";
// break;
// }
},
/**
* @description: getShList
* @param {*} obj
...
...
@@ -151,7 +149,6 @@ export default {
getSpyjList
(
formdata
).
then
((
res
)
=>
{
if
(
res
.
code
===
200
&&
res
.
result
)
{
this
.
$nextTick
(()
=>
{
this
.
tableData
=
res
.
result
;
if
(
this
.
shows
)
{
this
.
shows
=
false
;
...
...
@@ -185,26 +182,12 @@ export default {
}
});
this
.
$endLoading
();
});
}
});
},
/**
* @description: dataset
* @param {*} 数据处理
* @author: renchao
*/
dataset
(){
},
/**
* @description: judgment
* @param {*} obj
* @author: renchao
*/
judgment
(
obj
)
{},
/**
* @description: onSubmit
* @author: renchao
...
...
Please
register
or
sign in
to post a comment