Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
9c678f0b
Commit
9c678f0b
authored
Mar 18, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
a903c932
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
29 deletions
+11
-29
channel-access/src/views/fqembed/companylist.vue
+11
-29
No files found.
channel-access/src/views/fqembed/companylist.vue
View file @
9c678f0b
...
@@ -377,36 +377,12 @@ export default {
...
@@ -377,36 +377,12 @@ export default {
// 云 *******************
// 云 *******************
regParkOptions
:
[
regParkOptions
:
[
{
{
value
:
"
上海云上公司
"
,
value
:
"
贵州园区
"
,
label
:
"
上海云上公司
"
label
:
"
贵州园区
"
},
},
{
{
value
:
"东莞云上公司"
,
value
:
"开封园区"
,
label
:
"东莞云上公司"
label
:
"开封园区"
},
{
value
:
"东营云上公司"
,
label
:
"东营云上公司"
},
{
value
:
"中山云上公司"
,
label
:
"中山云上公司"
},
{
value
:
"重庆云上公司"
,
label
:
"重庆云上公司"
},
{
value
:
"郑州云上公司"
,
label
:
"郑州云上公司"
},
{
value
:
"贵州云上公司"
,
label
:
"贵州云上公司"
},
{
value
:
"开封云上公司"
,
label
:
"开封云上公司"
}
}
],
],
regPark
:
""
,
regPark
:
""
,
...
@@ -514,6 +490,12 @@ export default {
...
@@ -514,6 +490,12 @@ export default {
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
.
data
);
console
.
log
(
res
.
data
);
if
(
res
.
data
.
status
==
0
)
{
if
(
res
.
data
.
status
==
0
)
{
if
(
sessionStorage
.
activeName
)
{
sessionStorage
.
removeItem
(
"activeName"
);
sessionStorage
.
activeName
=
this
.
activeName
;
}
else
{
sessionStorage
.
activeName
=
this
.
activeName
;
}
location
.
reload
();
location
.
reload
();
this
.
$message
(
"该方案已作废"
);
this
.
$message
(
"该方案已作废"
);
}
}
...
@@ -804,7 +786,7 @@ export default {
...
@@ -804,7 +786,7 @@ export default {
display
:
block
;
display
:
block
;
width
:
6px
;
width
:
6px
;
height
:
6px
;
height
:
6px
;
background
:
rgba
(
0
,
0
,
0
,
0.25
);
background
:
rgba
(
0
,
0
,
0
,
0.25
);
border-radius
:
6px
;
border-radius
:
6px
;
transform
:
translate
(
-4px
,
1px
);
transform
:
translate
(
-4px
,
1px
);
}
}
...
...
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