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();