guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
f60fcedb10
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/company/index.vue

+ 2 - 1
src/views/company/index.vue

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