Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
0baf1373
Commit
0baf1373
authored
Jun 15, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
刷新列表
parent
4d797c24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
index.vue
pages/produce/execute/index.vue
+8
-9
No files found.
pages/produce/execute/index.vue
View file @
0baf1373
...
...
@@ -8,7 +8,7 @@
<div>
工单编号: 12001011
</div>
</div>
-->
<component
:is=
"detail"
:gdid=
"gdId"
:row=
"row"
/>
<a
class=
"gd_list"
@
click=
"
orderlistMode = true
"
>
工单列表
</a>
<a
class=
"gd_list"
@
click=
"
changeFresh
"
>
工单列表
</a>
<a
class=
"gn_area"
@
click=
"functionalMode = true"
>
功能区
</a>
<!-- 工单列表 -->
<Drawer
...
...
@@ -32,7 +32,6 @@
></Dictionary>
</div>
<div
class=
"select_t"
style=
"height:40px"
>
<Button
@
click=
"changeFresh"
class=
"fl"
shape=
"circle"
icon=
"md-refresh"
>
刷新
</Button>
<Button
@
click=
"changeAsc"
class=
"fr"
shape=
"circle"
icon=
"md-calendar"
>
{{
ascTitle
}}
</Button>
</div>
</div>
...
...
@@ -73,8 +72,8 @@ export default {
inputId
:
null
,
asc
:
true
,
ascTitle
:
"时间正序排序"
,
statu
:
-
9
,
refresh
:
true
,
statu
:
-
9
,
refresh
:
true
};
},
created
()
{
...
...
@@ -101,8 +100,8 @@ export default {
if
(
value
==
null
||
typeof
value
==
"undefined"
)
{
value
=
-
9
;
}
this
.
statu
=
value
// this.$refs.orderlistref.loadTree(value);
this
.
statu
=
value
;
// this.$refs.orderlistref.loadTree(value);
},
changeTitle
(
number
,
type
)
{
this
.
orderTitle
=
type
;
...
...
@@ -152,9 +151,9 @@ export default {
}
},
//刷新orderlist列表
changeFresh
()
{
this
.
refresh
=!
this
.
refresh
changeFresh
()
{
this
.
refresh
=
!
this
.
refresh
;
this
.
orderlistMode
=
true
;
}
},
watch
:
{
...
...
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