修复不能调整分类的bug

This commit is contained in:
chuzhongzai 2024-11-03 15:28:05 +08:00
parent b0730f5114
commit f89f82704e

View File

@ -184,8 +184,8 @@ function reverseEditMode(){
} }
// //
function changeCategory(){ function changeCategory(value){
store.commit("_setCategory", category.value) store.commit("_setCategory", value)
} }
function changeGalleryNameType(){ function changeGalleryNameType(){
store.commit("_setShowNameType", galleryNameType.value) store.commit("_setShowNameType", galleryNameType.value)