From 2666dd64611a6f190c12896e507f175fae3aef19 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 13 三月 2025 14:26:47 +0800
Subject: [PATCH] 修改人员
---
src/views/CNAS/personnel/personnelInfo/Department/components/Plan/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/CNAS/personnel/personnelInfo/Department/components/Plan/index.vue b/src/views/CNAS/personnel/personnelInfo/Department/components/Plan/index.vue
index cc43a63..5725459 100644
--- a/src/views/CNAS/personnel/personnelInfo/Department/components/Plan/index.vue
+++ b/src/views/CNAS/personnel/personnelInfo/Department/components/Plan/index.vue
@@ -100,8 +100,8 @@
},
yearTableData: [], // 骞磋〃
yearPage: {
- curent: 1,
- pageSize: 20,
+ current: 1,
+ size: 20,
total: 0
},
yearColumnData: [
@@ -199,8 +199,8 @@
},
yearDetailTableData: [], // 骞存槑缁嗚〃
yearDeatilPage: {
- curent: 1,
- pageSize: 20,
+ current: 1,
+ size: 20,
total: 0
},
yearDetailColumnData: [
@@ -298,8 +298,8 @@
async getYearPlanList() {
this.yearLoading = true
const { code, data } = await yearPlanList({
- current: this.yearPage.curent,
- size: this.yearPage.pageSize,
+ current: this.yearPage.current,
+ size: this.yearPage.size,
organizationPerson: this.yearForm.organizationPerson,
departId: this.departId
})
@@ -357,8 +357,8 @@
this.yearDetailLoading = true
const { code, data } = await yearPlanDetailList({
planId: this.planId,
- current: this.yearDeatilPage.curent,
- size: this.yearDeatilPage.pageSize,
+ current: this.yearDeatilPage.current,
+ size: this.yearDeatilPage.size,
date: this.yearDetailForm.date,
project: this.yearDetailForm.project
})
--
Gitblit v1.9.3