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
c76de4d9
Commit
c76de4d9
authored
Mar 18, 2020
by
尹亚亭
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'channel-access' of gitlab.gongsibao.com:jiangyong/zhichan into channel-access
parents
ec148147
c6a73d04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
48 deletions
+22
-48
channel-access/src/views/fqembed/companylist.vue
+22
-48
No files found.
channel-access/src/views/fqembed/companylist.vue
View file @
c76de4d9
...
@@ -380,36 +380,12 @@ export default {
...
@@ -380,36 +380,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
:
""
,
...
@@ -453,7 +429,8 @@ export default {
...
@@ -453,7 +429,8 @@ export default {
// 获取详情数据
// 获取详情数据
detailsData
:
{},
detailsData
:
{},
baseURL
:
""
,
baseURL
:
""
,
detailsNeedNo
:
""
detailsNeedNo
:
""
,
headers
:
{}
};
};
},
},
methods
:
{
methods
:
{
...
@@ -507,16 +484,17 @@ export default {
...
@@ -507,16 +484,17 @@ export default {
solutionNo
:
row
.
solutionNo
solutionNo
:
row
.
solutionNo
}
}
},
},
{
this
.
headers
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"7c00bdd9dde04c59a50a0a45788b9a59"
}
}
)
)
.
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
(
"该方案已作废"
);
}
}
...
@@ -565,12 +543,7 @@ export default {
...
@@ -565,12 +543,7 @@ export default {
orgType
:
this
.
tissue
||
""
orgType
:
this
.
tissue
||
""
}
}
},
},
{
this
.
headers
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"7c00bdd9dde04c59a50a0a45788b9a59"
}
}
)
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
.
data
.
msg
);
console
.
log
(
res
.
data
.
msg
);
...
@@ -622,12 +595,7 @@ export default {
...
@@ -622,12 +595,7 @@ export default {
productType
:
this
.
pType
||
""
//产品类型
productType
:
this
.
pType
||
""
//产品类型
}
}
},
},
{
this
.
headers
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"7c00bdd9dde04c59a50a0a45788b9a59"
}
}
)
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
...
@@ -669,6 +637,12 @@ export default {
...
@@ -669,6 +637,12 @@ export default {
//生产环境
//生产环境
this
.
baseURL
=
"/web/action/icapi/springBoard"
;
this
.
baseURL
=
"/web/action/icapi/springBoard"
;
}
}
this
.
headers
=
{
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"417c247bc8664999a508fd710cc25567"
}
};
// console.log(JSON.parse(this.$route.query.data));
// console.log(JSON.parse(this.$route.query.data));
},
},
mounted
()
{
mounted
()
{
...
@@ -807,7 +781,7 @@ export default {
...
@@ -807,7 +781,7 @@ export default {
display
:
block
;
display
:
block
;
width
:
6px
;
width
:
6px
;
height
:
6px
;
height
:
6px
;
background
:
#000000
;
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