fix: post arry keyword and category

This commit is contained in:
somnetsak123 2023-12-01 09:26:34 +07:00
parent 7b3b143e2d
commit f532ea3ae7
3 changed files with 27 additions and 26 deletions

View file

@ -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,
) {