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
e604f69a
Commit
e604f69a
authored
Oct 31, 2022
by
高宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
d9f20d5f
4671bb64
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
policySearchDetails.vue
src/views/PolicyDirect/components/policySearchDetails.vue
+0
-3
AffiliatedEnterprisesUpdate.vue
...personalCenter/components/AffiliatedEnterprisesUpdate.vue
+7
-1
messageDetails.vue
src/views/personalCenter/messageDetails.vue
+1
-1
No files found.
src/views/PolicyDirect/components/policySearchDetails.vue
View file @
e604f69a
...
@@ -555,9 +555,6 @@ export default {
...
@@ -555,9 +555,6 @@ export default {
}
}
})
})
}
}
console
.
log
(
'00000000000000000000'
)
console
.
log
(
this
.
declareForm
)
console
.
log
(
'00000000000000000000'
)
// 调用接口信息
// 调用接口信息
this
.
getOptions
()
this
.
getOptions
()
this
.
getIssuingDept
()
this
.
getIssuingDept
()
...
...
src/views/personalCenter/components/AffiliatedEnterprisesUpdate.vue
View file @
e604f69a
...
@@ -1042,7 +1042,13 @@ export default {
...
@@ -1042,7 +1042,13 @@ export default {
// 处理返回时的函数
// 处理返回时的函数
handleBack
()
{
handleBack
()
{
this
.
$refs
[
'formRef'
].
clearValidate
()
this
.
$refs
[
'formRef'
].
clearValidate
()
this
.
$router
.
go
(
-
1
)
this
.
$router
.
push
({
path
:
'/personalCenter/index'
,
query
:
{
type
:
'关联企业'
}
})
// this.$router.go(-1)
},
},
// 修改title值
// 修改title值
changTitle
()
{
changTitle
()
{
...
...
src/views/personalCenter/messageDetails.vue
View file @
e604f69a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<el-row>
<el-row>
<el-col
:span=
"1"
>
<el-col
:span=
"1"
>
<!--
<el-button
class=
"back-button"
type=
"primary"
icon=
"el-icon-arrow-left"
circle
@
click=
"handleGoBack"
/>
-->
<!--
<el-button
class=
"back-button"
type=
"primary"
icon=
"el-icon-arrow-left"
circle
@
click=
"handleGoBack"
/>
-->
<i
class=
"el-icon-arrow-left"
@
click=
"handleGoBack"
/>
<i
style=
"cursor: pointer"
class=
"el-icon-arrow-left"
@
click=
"handleGoBack"
/>
</el-col>
</el-col>
<el-col
:span=
"23"
>
<el-col
:span=
"23"
>
<div
style=
"background-color: #ffffff;padding: 29px 30px 20px 30px;min-height: 500px"
>
<div
style=
"background-color: #ffffff;padding: 29px 30px 20px 30px;min-height: 500px"
>
...
...
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