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
c6a73d04
Commit
c6a73d04
authored
Mar 18, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
9c678f0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
19 deletions
+11
-19
channel-access/src/views/fqembed/companylist.vue
+11
-19
No files found.
channel-access/src/views/fqembed/companylist.vue
View file @
c6a73d04
...
@@ -426,7 +426,8 @@ export default {
...
@@ -426,7 +426,8 @@ export default {
// 获取详情数据
// 获取详情数据
detailsData
:
{},
detailsData
:
{},
baseURL
:
""
,
baseURL
:
""
,
detailsNeedNo
:
""
detailsNeedNo
:
""
,
headers
:
{}
};
};
},
},
methods
:
{
methods
:
{
...
@@ -480,12 +481,7 @@ export default {
...
@@ -480,12 +481,7 @@ export default {
solutionNo
:
row
.
solutionNo
solutionNo
:
row
.
solutionNo
}
}
},
},
{
this
.
headers
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"417c247bc8664999a508fd710cc25567"
}
}
)
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
.
data
);
console
.
log
(
res
.
data
);
...
@@ -544,12 +540,7 @@ export default {
...
@@ -544,12 +540,7 @@ export default {
orgType
:
this
.
tissue
||
""
orgType
:
this
.
tissue
||
""
}
}
},
},
{
this
.
headers
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"417c247bc8664999a508fd710cc25567"
}
}
)
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
.
data
.
msg
);
console
.
log
(
res
.
data
.
msg
);
...
@@ -601,12 +592,7 @@ export default {
...
@@ -601,12 +592,7 @@ export default {
productType
:
this
.
pType
||
""
//产品类型
productType
:
this
.
pType
||
""
//产品类型
}
}
},
},
{
this
.
headers
headers
:
{
token
:
"3260d5a2452441dd93ecc7ecb35f6dc0"
,
userpin
:
"417c247bc8664999a508fd710cc25567"
}
}
)
)
.
then
(
res
=>
{
.
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
...
@@ -648,6 +634,12 @@ export default {
...
@@ -648,6 +634,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
()
{
...
...
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