Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rs-cloud-platform-ui
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
2
Merge Requests
2
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
周健威
rs-cloud-platform-ui
Commits
704186a0
Commit
704186a0
authored
Jan 08, 2021
by
rencs
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_ren' into 'master'
1.8 星云动态 See merge request
!36
parents
e9933bd5
bcda06f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
index.vue
...s/webSiteManagement/newsCategory/nebulaDynamics/index.vue
+0
-9
index.vue
...iews/webSiteManagement/newsCategory/newsCreator/index.vue
+0
-1
No files found.
src/views/webSiteManagement/newsCategory/nebulaDynamics/index.vue
View file @
704186a0
...
@@ -586,16 +586,7 @@ export default {
...
@@ -586,16 +586,7 @@ export default {
// 更新资讯
// 更新资讯
addUpdateNewsInfo
({
addUpdateNewsInfo
({
id
:
info
.
id
,
id
:
info
.
id
,
title
:
info
.
title
,
detail
:
info
.
introduce
,
coverImg
:
info
.
icon
.
url
,
content
:
info
.
title
,
newsDate
:
info
.
newsDate
,
typeId
:
info
.
typeId
,
status
:
info
.
status
,
status
:
info
.
status
,
indexShow
:
info
.
indexShow
,
typeName
:
info
.
type
,
isDel
:
info
.
isDel
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
if
(
res
.
status
==
200
)
{
if
(
res
.
status
==
200
)
{
this
.
$message
({
this
.
$message
({
...
...
src/views/webSiteManagement/newsCategory/newsCreator/index.vue
View file @
704186a0
...
@@ -190,7 +190,6 @@ export default {
...
@@ -190,7 +190,6 @@ export default {
newsDate
:
timestamp2Date
(
new
Date
().
getTime
()),
newsDate
:
timestamp2Date
(
new
Date
().
getTime
()),
typeId
:
this
.
form
.
region
,
typeId
:
this
.
form
.
region
,
isDel
:
0
,
// 0为未被删除,1为已删除
isDel
:
0
,
// 0为未被删除,1为已删除
status
:
2
,
// 默认上传即为下架状态(1为上架2为下架)
indexShow
:
1
,
indexShow
:
1
,
typeName
:
this
.
types
.
find
((
ele
)
=>
ele
.
value
==
this
.
form
.
region
)
typeName
:
this
.
types
.
find
((
ele
)
=>
ele
.
value
==
this
.
form
.
region
)
.
label
,
.
label
,
...
...
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