Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-company
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
binhai-jiaoguan
binhai-company
Commits
7bea83dc
Commit
7bea83dc
authored
Nov 22, 2023
by
mzx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善基本信息全局刷新
parent
6ce5b1ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/views/informationReport/basicInformation/index.vue
+1
-0
index.vue
src/views/policiesRegul/index.vue
+4
-4
No files found.
src/views/informationReport/basicInformation/index.vue
View file @
7bea83dc
...
...
@@ -452,6 +452,7 @@ export default {
saveCompany
(
this
.
form
).
then
(
response
=>
{
if
(
response
.
code
===
200
)
{
this
.
$modal
.
msgSuccess
(
'保存成功'
)
window
.
location
.
reload
()
}
})
}
...
...
src/views/policiesRegul/index.vue
View file @
7bea83dc
...
...
@@ -104,13 +104,13 @@
<div
class=
"dialog-content"
>
<div
class=
"title-content"
>
<div>
<span
class=
"content-span"
>
{{
this.
detailData.publishTitle }}
</span>
<span
v-if=
"
this.detailData.informationType !== undefined"
>
{{ '(' + this.
detailData.informationType + ')' }}
</span>
<span
class=
"content-span"
>
{{ detailData.publishTitle }}
</span>
<span
v-if=
"
detailData.informationType !== undefined"
>
{{ '(' +
detailData.informationType + ')' }}
</span>
</div>
</div>
<div
class=
"release-conteng"
>
<div
style=
"padding-right: 20px"
>
发布人:{{
this.
detailData.pubByName }}
</div>
<div
style=
"padding-left: 20px"
>
发布时间:{{
this.
detailData.releaseTime }}
</div>
<div
style=
"padding-right: 20px"
>
发布人:{{ detailData.pubByName }}
</div>
<div
style=
"padding-left: 20px"
>
发布时间:{{ detailData.releaseTime }}
</div>
</div>
<hr>
<div
class=
"content-detail ql-editor"
v-html=
"detailData.pubContent"
/>
...
...
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