From ae425fbcb4a275e0a4185ee799e8e1e6acd61678 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 10 Sep 2021 10:27:37 +0800
Subject: [PATCH] 现实表现修改
---
src/views/management/computents/performance.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/management/computents/performance.vue b/src/views/management/computents/performance.vue
index 3dbc5b5..f43a885 100644
--- a/src/views/management/computents/performance.vue
+++ b/src/views/management/computents/performance.vue
@@ -277,12 +277,13 @@
},
methods: {
staffOnLoad(page, params = {}) {
+ console.log(this.form,111);
this.staffLoading = true;
getLisperformance(
page.currentPage,
page.pageSize,
Object.assign(params, this.staffQuery),
- this.form.cardid
+ this.form.id
).then((res) => {
const data = res.data.data;
@@ -291,7 +292,7 @@
for (var k in this.staffData) {
this.staffData[k]["name"] = this.form.realName;
}
- console.log(this.staffData);
+ console.log(this.staffData,'staffData');
this.staffLoading = false;
this.$refs.staffCrud.refreshTable();
this.$refs.staffCrud.doLayout();
--
Gitblit v1.9.3