|
@@ -47,6 +47,7 @@ export default {
|
|
|
...code({ codeQuery: 'query' }),
|
|
|
// 查询相关
|
|
|
async search({ skip = 0, limit = 5, ...info } = {}) {
|
|
|
+ console.log(info);
|
|
|
let res = await this.query({ skip, limit, status: '2', type: '1', ...info });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `list`, res.data);
|