shuishen
2021-09-03 2d50c51214f0ced8c992a415c72ea33b519fff59
src/views/securityCompany/computents/enclosure.vue
@@ -17,8 +17,8 @@
      @current-change="currentChange"
      @size-change="sizeChange"
      @refresh-change="refreshChange"
      @on-load="onLoad"
    >
      <!-- @on-load="onLoad" -->
      <template slot="menuLeft">
        <!--        <el-button type="primary"-->
        <!--                   size="small"-->
@@ -281,6 +281,10 @@
      return ids.join(",");
    },
  },
  mounted() {
    console.log(this.form, "getListeenclosure");
    this.onLoad(this.page);
  },
  methods: {
    rowClick(row) {
      var that = this;
@@ -385,7 +389,7 @@
        const data = res.data.data;
        this.page.total = data.total;
        this.data = data.records;
        console.log(this.data, getListeenclosure);
        console.log(this.data, "getListeenclosure");
        this.loading = false;
        this.selectionClear();
      });