yuanyuan 3 years ago
parent
commit
6686bc5bbd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/search/SearchDetail.vue

+ 3 - 3
src/views/search/SearchDetail.vue

@@ -361,9 +361,9 @@ export default {
                 return {
                 return {
                     query: {
                     query: {
                         del: false,
                         del: false,
-                        status: 'SUCCESS'
-                        // publish: true,
-                        // type: this.type
+                        status: 'SUCCESS',
+                        publish: true,
+                        type: this.type
                     },
                     },
                     search: this.search,
                     search: this.search,
                     sort: 'heats,desc'
                     sort: 'heats,desc'