Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-monitor
Project
Project
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
Administrator
web-monitor
Commits
c645b2bc
Commit
c645b2bc
authored
Mar 04, 2022
by
neogcg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3/4
parent
ebd42b59
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
10 deletions
+8
-10
index.vue
src/components/Del/index.vue
+1
-1
FSU.vue
src/views/setting/add/comp/FSU.vue
+3
-3
monitorEquip.vue
src/views/setting/add/comp/monitorEquip.vue
+1
-1
fsuTable.vue
src/views/setting/statistics/comp/fsuTable.vue
+2
-4
stationTable.vue
src/views/setting/statistics/comp/stationTable.vue
+1
-1
No files found.
src/components/Del/index.vue
View file @
c645b2bc
...
...
@@ -29,7 +29,7 @@ return {
handler
(
newV
)
{
this
.
multipleSelection
=
!!
newV
this
.
multipleSelection
=
formInit
(
this
.
multipleSelection2
)
console
.
log
(
this
.
multipleSelection
.
data
.
length
);
},
},
...
...
src/views/setting/add/comp/FSU.vue
View file @
c645b2bc
...
...
@@ -214,12 +214,12 @@ export default {
asyncstationList
:
"station/asyncList"
,
}),
changerailWay
()
{
console
.
log
(
this
.
FSUForm
.
wayId
);
this
.
stationSelect2
=
this
.
stationlist
.
filter
(
(
item
)
=>
item
.
parentId
===
this
.
FSUForm
.
wayId
);
console
.
log
(
this
.
stationlist
);
},
readNodes
(
aaa
=
[],
arrarea
=
[])
{
for
(
let
item
of
aaa
)
{
...
...
@@ -238,7 +238,7 @@ export default {
if
(
valid
)
{
this
.
FSUForm
.
parentId
=
this
.
FSUForm
.
siteId
;
this
.
FSUForm
.
fsuPort
=
Number
(
this
.
FSUForm
.
fsuPort
);
console
.
log
(
this
.
FSUForm
);
fsusave
(
this
.
FSUForm
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
successAlert
(
"添加成功"
);
...
...
src/views/setting/add/comp/monitorEquip.vue
View file @
c645b2bc
...
...
@@ -247,7 +247,7 @@ export default {
this
.
$refs
.
monitorForm
.
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
monitorForm
.
parentId
=
this
.
monitorForm
.
fsuId
;
console
.
log
(
this
.
monitorForm
);
monitorEquipsave
(
this
.
monitorForm
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
successAlert
(
"添加成功"
);
...
...
src/views/setting/statistics/comp/fsuTable.vue
View file @
c645b2bc
...
...
@@ -232,9 +232,7 @@ export default {
}),
},
methods
:
{
onkeydown_at_phone
(
event
)
{
console
.
log
(
event
.
keyCode
);
},
...
mapActions
({
asyncrailWayList
:
"railWay/asyncList"
,
asyncstationList
:
"station/asyncList"
,
...
...
@@ -317,7 +315,7 @@ export default {
let
list
=
res
.
records
||
[];
this
.
tableData
=
list
;
this
.
total
=
res
.
total
;
console
.
log
(
this
.
FSUForm
);
if
(
this
.
istrue
==
1
)
{
if
(
this
.
tableData
.
length
!=
0
)
{
successAlert
(
"查询成功"
);
...
...
src/views/setting/statistics/comp/stationTable.vue
View file @
c645b2bc
...
...
@@ -231,7 +231,7 @@ export default {
exportData
()
{},
handleSelectionChange
(
val
)
{
this
.
multipleSelection
=
val
;
console
.
log
(
val
);
this
.
ids
=
this
.
multipleSelection
.
map
((
i
)
=>
i
.
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