Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AIEngine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AIEngine
Commits
189830f0
Commit
189830f0
authored
May 23, 2021
by
wangdong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
222
parent
5df4c3fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
44 deletions
+2
-44
src/renderer/components/sliceInfos/BaseStationInfo.vue
src/renderer/components/sliceInfos/BaseStationInfo.vue
+2
-44
No files found.
src/renderer/components/sliceInfos/BaseStationInfo.vue
View file @
189830f0
...
@@ -155,50 +155,8 @@ export default {
...
@@ -155,50 +155,8 @@ export default {
handler
(
newValue
,
oldValue
)
{
handler
(
newValue
,
oldValue
)
{
this
.
littleDate
=
newValue
.
slice
((
this
.
currentPage
-
1
)
*
4
,(
this
.
currentPage
-
1
)
*
4
+
4
)
this
.
littleDate
=
newValue
.
slice
((
this
.
currentPage
-
1
)
*
4
,(
this
.
currentPage
-
1
)
*
4
+
4
)
if
(
flag
)
.
if
(
newValue
.
length
>=
4
){
flexranAPI
.
CHANGE_SLICE_ASSOC
(
{
ueConfig
:
[
{
imsi
:
208920100001111
,
dlSliceId
:
1
,
},
{
imsi
:
208920100001100
,
dlSliceId
:
2
,
},
{
imsi
:
208920100001101
,
dlSliceId
:
3
,
},
{
imsi
:
208920100001102
,
dlSliceId
:
0
,
},
],
},
this
.
$store
.
state
.
bs_id
).
then
((
res
)
=>
{
if
(
res
.
status
==
"
Ok
"
)
{
flag
=
0
this
.
$message
({
type
:
"
success
"
,
message
:
"
切换成功!
"
,
});
flag
=
0
}
}
)
.
catch
((
err
)
=>
{
// error
});;
}
},
},
deep
:
true
,
deep
:
true
,
},
},
...
...
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