fix: post arry keyword and category
This commit is contained in:
parent
7b3b143e2d
commit
f532ea3ae7
3 changed files with 27 additions and 26 deletions
|
|
@ -246,8 +246,8 @@ export const useTreeDataStore = defineStore('changeCabinet', () => {
|
|||
metadata: {
|
||||
title: string
|
||||
description: string
|
||||
keyword: string
|
||||
category: string
|
||||
keyword: string[]
|
||||
category: string[]
|
||||
},
|
||||
) {
|
||||
loader.show()
|
||||
|
|
@ -294,8 +294,8 @@ export const useTreeDataStore = defineStore('changeCabinet', () => {
|
|||
metadata: {
|
||||
title: string
|
||||
description: string
|
||||
keyword: string
|
||||
category: string
|
||||
keyword: string[]
|
||||
category: string[]
|
||||
},
|
||||
file?: File,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue