修复不能调整分类的bug
This commit is contained in:
parent
b0730f5114
commit
f89f82704e
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user