Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
enterprise-serevice-platform-web
Project
Project
Details
Activity
Releases
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
张伯涛
enterprise-serevice-platform-web
Commits
e82afec7
Commit
e82afec7
authored
Nov 01, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
政策推荐注册地址回显
parent
e635fb90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
policyRecommendation.vue
src/views/PolicyDirect/components/policyRecommendation.vue
+11
-0
No files found.
src/views/PolicyDirect/components/policyRecommendation.vue
View file @
e82afec7
...
...
@@ -726,6 +726,17 @@ export default {
if
(
res
.
code
===
200
)
{
this
.
enterpriseNotExist
=
false
this
.
form
=
res
.
data
if
(
this
.
form
.
address
)
{
// 转换地址
var
province
=
this
.
form
.
address
.
slice
(
0
,
4
)
var
city
=
this
.
form
.
address
.
slice
(
4
,
8
)
var
area
=
this
.
form
.
address
.
slice
(
8
,
this
.
form
.
address
.
length
)
var
address
=
[]
address
.
push
(
province
)
address
.
push
(
city
)
address
.
push
(
area
)
this
.
address
=
address
}
this
.
form
.
fwEnterpriseOperateRelativeList
=
[
{
year
:
'2022'
,
...
...
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