|
@@ -59,7 +59,8 @@ export default {
|
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
let res = await this.query({ skip, limit, ...info });
|
|
|
if (this.$checkRes(res)) {
|
|
|
- this.$set(this, `list`, res.data);
|
|
|
+ console.log(res);
|
|
|
+ // this.$set(this, `list`, res.data);
|
|
|
}
|
|
|
},
|
|
|
async handleDelete(data) {
|