Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
Laisi_AutoMES2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiawei.su
Laisi_AutoMES2
Commits
58359ff3
Commit
58359ff3
authored
Feb 05, 2021
by
yiyu.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
350a94ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
taskList.vue
Html/src/view/fml/statistical_analysis/taskList.vue
+10
-1
No files found.
Html/src/view/fml/statistical_analysis/taskList.vue
View file @
58359ff3
...
...
@@ -10,6 +10,7 @@
class=
"searchSelect"
:data=
"datalevel"
:value=
"leveldata"
@
on-change=
"getSectionId"
></Cascader>
</div>
<div
class=
"filter"
>
...
...
@@ -300,6 +301,7 @@ export default {
startTime
:
[],
endTime
:
[],
detailobj
:
{},
sectionid
:
0
};
},
created
()
{
...
...
@@ -311,7 +313,7 @@ export default {
methods
:
{
search
(
page
,
pagesize
)
{
let
params
=
{
section
:
this
.
section
I
d
,
section
:
this
.
section
i
d
,
tasktype
:
this
.
taskType
,
productCode
:
this
.
productCode
,
sn
:
this
.
sn
,
...
...
@@ -340,6 +342,13 @@ export default {
this
.
total
=
res
.
data
.
data
.
total
;
});
},
getSectionId
(
val
)
{
this
.
leveldata
=
val
;
this
.
sectionid
=
this
.
leveldata
.
length
>
0
?
this
.
leveldata
[
this
.
leveldata
.
length
-
1
]
:
0
;
},
cancel
()
{
console
.
log
(
this
.
detailobj
);
if
(
!
this
.
detailobj
.
id
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment