|
@@ -55,7 +55,7 @@ export default {
|
|
|
async search({ skip = 0, limit = 10 } = {}) {
|
|
|
let totaltype = this.totaltype;
|
|
|
skip = this.skip;
|
|
|
- const res = await this.list({ skip, limit, totaltype });
|
|
|
+ const res = await this.list({ skip, limit, totaltype, status: 1 });
|
|
|
console.log(res.data);
|
|
|
console.log(res.data);
|
|
|
for (const val of res.data) {
|