|
@@ -177,8 +177,7 @@ export default {
|
|
|
this.$set(this, `dataList`, res.data);
|
|
|
},
|
|
|
async questSearch({ skip = 0, limit = 1000 } = {}) {
|
|
|
- // const info = { status: '1' };
|
|
|
- const info = {};
|
|
|
+ const info = { status: '1' };
|
|
|
let res = await this.questquery({ skip, limit, ...info });
|
|
|
console.log(res);
|
|
|
if (this.$checkRes(res)) {
|