Procházet zdrojové kódy

修改文章分类查询错误

asd123a20 před 2 roky
rodič
revize
bb813b8a1e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      admin-content/src/views/home.vue

+ 1 - 1
admin-content/src/views/home.vue

@@ -177,7 +177,7 @@ export default {
     },
     // 查询
     async filterQuery ({ filter = {}, paging = { page: 0, size: 10 } } = {}) {
-      // filter.istop = true;
+      if (this.types !== null) filter.bind = this.types;
       await this.contentsQuery({ filter, paging });
     },
     // 表单保存