guhongwei 4 年之前
父節點
當前提交
f60fcedb10
共有 1 個文件被更改,包括 2 次插入1 次删除
  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) {