|
@@ -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>
|