Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchiuli committed Jul 7, 2024
1 parent 9218903 commit b2b2cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/type/entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export interface BlogEdit {
link: string
status: number
version: number
sensitiveContentList: string[]
}


Expand Down
1 change: 1 addition & 0 deletions src/views/sys/EditView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ const loadEditContent = async () => {
form.status = data.status
form.id = data.id
form.userId = data.userId
form.sensitiveContentList = data.sensitiveContentList
version = data.version
if (fileList.value.length !== 0) {
//移除全部
Expand Down

0 comments on commit b2b2cfb

Please sign in to comment.