liuyg
2021-10-26 4aaf86e90a70d6af6460966f0461a6353e955b3a
src/views/management/computents/performance.vue
@@ -133,7 +133,7 @@
      this.staffOnLoad(this.staffPage, this.staffQuery);
    },
    staffOnLoad(page, params = {}) {
      console.log(this.form, 111);
      // console.log(this.form, 111);
      this.staffLoading = true;
      getLisperformance(
        page.currentPage,
@@ -148,7 +148,7 @@
        for (var k in this.staffData) {
          this.staffData[k]["name"] = this.form.realName;
        }
        console.log(this.staffData, "staffData");
        // console.log(this.staffData, "staffData");
        this.staffLoading = false;
        this.$refs.staffCrud.refreshTable();
        this.$refs.staffCrud.doLayout();