Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
caicaicai
卡车调度系统
Commits
37198855
Commit
37198855
authored
Sep 02, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1d5a1453
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
41 deletions
+2
-41
index.vue
...ws/system/dataDictionary/largeScreenMenuDispose/index.vue
+2
-41
No files found.
src/views/system/dataDictionary/largeScreenMenuDispose/index.vue
View file @
37198855
...
@@ -51,7 +51,7 @@ export default {
...
@@ -51,7 +51,7 @@ export default {
name
:
'
LargeScreenMenuDispose
'
,
name
:
'
LargeScreenMenuDispose
'
,
data
()
{
data
()
{
return
{
return
{
//
主
标题属性
//标题属性
loading
:
false
,
loading
:
false
,
alarmTimeId
:
''
,
alarmTimeId
:
''
,
tableData
:
[],
tableData
:
[],
...
@@ -60,17 +60,6 @@ export default {
...
@@ -60,17 +60,6 @@ export default {
visible
:
false
,
visible
:
false
,
reqType
:
'
edit
'
,
reqType
:
'
edit
'
,
status
:{
cu
:
0
},
status
:{
cu
:
0
},
item
:{},
},
//副标题属性
vice_loading
:
false
,
vice_alarmTimeId
:
''
,
vice_tableData
:
[],
vice_form
:
{
title
:
'
修改菜单配置
'
,
visible
:
false
,
reqType
:
'
edit
'
,
status
:{
cu
:
0
},
item
:{},
item
:{},
},
},
}
}
...
@@ -80,35 +69,7 @@ export default {
...
@@ -80,35 +69,7 @@ export default {
},
},
methods
:
{
methods
:
{
loadData
()
{
loadData
()
{
//获取大屏顶部大标题
//获取大屏顶部标题
// HttpReq.truckDispatching.screenTitleMenuQuery({size:9999,pid:0,sort:'dsort'}).then((res1) => {
// if(res1.code == 200){
// let alltableData = [];
// res1.data.content.forEach((item,index)=>{
// if(item.children){
// let sonData = {...item};
// sonData.children = [];
// //获取对应子标题
// HttpReq.truckDispatching.screenTitleMenuQuery({size:9999,pid:item.children,sort:'dsort'}).then((res2) => {
// if(res2.code == 200){
// sonData.children = res2.data.content;
// alltableData.push(sonData);
// this.tableData = alltableData;
// }else{
// return
// }
// })
// }else{
// alltableData.push(item);
// this.tableData = alltableData;
// }
// })
// }
// })
HttpReq
.
truckDispatching
.
screenTitleMenuQuery
({
size
:
9999
,
pid
:
0
,
sort
:
'
dsort
'
}).
then
((
res1
)
=>
{
HttpReq
.
truckDispatching
.
screenTitleMenuQuery
({
size
:
9999
,
pid
:
0
,
sort
:
'
dsort
'
}).
then
((
res1
)
=>
{
if
(
res1
.
code
==
200
){
if
(
res1
.
code
==
200
){
this
.
tableData
=
res1
.
data
.
content
;
this
.
tableData
=
res1
.
data
.
content
;
...
...
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