app change category issue

This commit is contained in:
Cüneyt Şentürk 2020-09-07 10:57:29 +03:00
parent 74ebff9940
commit d2c0f54540
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@ const app = new Vue({
methods: {
onChangeCategory(category) {
if (!category.length) {
return;
}
let path = document.getElementById('category_page').value;
if (category != '*') {

View File

@ -61,6 +61,10 @@ const app = new Vue({
methods: {
onChangeCategory(category) {
if (!category.length) {
return;
}
let path = document.getElementById('category_page').value;
if (category != '*') {