Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-system
Project
Overview
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
姜雷
dcxy-system
Commits
1bc29563
Commit
1bc29563
authored
May 15, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改运营商区域数据有运营商时通过运营商请求数据
parent
6b9193a5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
AreaSelect.vue
src/components/input/AreaDashboard/AreaSelect.vue
+3
-0
mixin.js
src/components/input/AreaDashboard/mixin.js
+1
-1
No files found.
src/components/input/AreaDashboard/AreaSelect.vue
View file @
1bc29563
...
@@ -115,6 +115,9 @@ export default {
...
@@ -115,6 +115,9 @@ export default {
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
.dashboard-area-popper
{
.dashboard-area-popper
{
.el-select-dropdown__list
{
position
:
relative
;
}
.out-input
,
.out-input
,
.inner-input
{
.inner-input
{
display
:
inline-block
;
display
:
inline-block
;
...
...
src/components/input/AreaDashboard/mixin.js
View file @
1bc29563
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
mounted
()
{
mounted
()
{
if
(
this
.
dashboardArea
&&
!
this
.
dashboardArea
.
length
)
{
if
(
this
.
dashboardArea
&&
!
this
.
dashboardArea
.
length
)
{
this
.
fetchDashboardAreaList
({
this
.
fetchDashboardAreaList
({
operateId
:
null
,
operateId
:
this
.
operateId
?
this
.
operateId
:
null
,
});
});
}
}
},
},
...
...
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