Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bill-manager-ui
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
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
赵啸非
bill-manager-ui
Commits
60a1d3c6
Commit
60a1d3c6
authored
Jul 18, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化
parent
2cf14a46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
admin_2/src/pages/system/access/Access.vue
admin_2/src/pages/system/access/Access.vue
+3
-1
No files found.
admin_2/src/pages/system/access/Access.vue
View file @
60a1d3c6
...
@@ -122,7 +122,7 @@ export default {
...
@@ -122,7 +122,7 @@ export default {
if
(
row
.
tag
)
{
if
(
row
.
tag
)
{
return
row
.
tag
.
split
(
"
,
"
).
map
((
v
)
=>
{
return
row
.
tag
.
split
(
"
,
"
).
map
((
v
)
=>
{
return
(
return
(
<
el
-
tag
type
=
"
info
"
class
=
"
mr-2
"
>
<
el
-
tag
type
=
"
info
"
size
=
"
small
"
class
=
"
mr-2
"
>
{
v
}
{
v
}
<
/el-tag
>
<
/el-tag
>
);
);
...
@@ -186,11 +186,13 @@ export default {
...
@@ -186,11 +186,13 @@ export default {
methods
:
{
methods
:
{
// 获取接入区域列表
// 获取接入区域列表
async
getAccessList
()
{
async
getAccessList
()
{
this
.
loading
=
true
;
let
res
=
await
getAccessList
({
let
res
=
await
getAccessList
({
page
:
this
.
current
,
page
:
this
.
current
,
size
:
this
.
size
,
size
:
this
.
size
,
areaName
:
`%
${
this
.
searchForm
.
areaName
}
%`
,
areaName
:
`%
${
this
.
searchForm
.
areaName
}
%`
,
});
});
this
.
loading
=
false
;
if
(
res
.
data
.
code
==
1
)
{
if
(
res
.
data
.
code
==
1
)
{
let
{
data
,
total
,
dict
}
=
res
.
data
.
data
;
let
{
data
,
total
,
dict
}
=
res
.
data
.
data
;
if
(
!
data
.
length
&&
this
.
current
>
1
)
{
if
(
!
data
.
length
&&
this
.
current
>
1
)
{
...
...
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