seimin 1 рік тому
батько
коміт
f79d7b64a4
2 змінених файлів з 6 додано та 4 видалено
  1. 3 2
      src/views/knowList.vue
  2. 3 2
      src/views/referenceList.vue

+ 3 - 2
src/views/knowList.vue

@@ -165,7 +165,8 @@ export default {
165 165
             keywords: that.search,
166 166
             solutionType: { id: "" },
167 167
             status: { id: 72 },
168
-            createUser: { name: "" }
168
+            createUser: { name: "" },
169
+            tabType: 'publish',
169 170
           },
170 171
           sum: that.sum
171 172
         })
@@ -403,4 +404,4 @@ export default {
403 404
   width: 5.12rem;
404 405
   height: 2.84rem;
405 406
 }
406
-</style>
407
+</style>

+ 3 - 2
src/views/referenceList.vue

@@ -153,7 +153,7 @@ export default {
153 153
         }
154 154
       });
155 155
     },
156
-    
156
+
157 157
     getData() {
158 158
       var that = this;
159 159
       this.$http
@@ -161,6 +161,7 @@ export default {
161 161
           idx: that.idx,
162 162
           solution: {
163 163
             searchWord: that.search,
164
+            tabType: 'publish',
164 165
             // solutionType: { id: "" },
165 166
             // status: { id: 72 },
166 167
             // createUser: { name: "" }
@@ -392,4 +393,4 @@ export default {
392 393
   width: 5.12rem;
393 394
   height: 2.84rem;
394 395
 }
395
-</style>
396
+</style>