修复不能调整分类的bug

This commit is contained in:
chuzhongzai 2024-11-03 15:28:14 +08:00
parent 040811ec5b
commit b87703ec00

View File

@ -209,8 +209,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)