From c09e74d1f2ce9674f24cc20c02e4223f5ffc7663 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 07 三月 2024 15:33:43 +0800
Subject: [PATCH] 取消考核发布导出
---
src/views/system/unit/people/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/system/unit/people/index.vue b/src/views/system/unit/people/index.vue
index 9841411..59db6de 100644
--- a/src/views/system/unit/people/index.vue
+++ b/src/views/system/unit/people/index.vue
@@ -184,6 +184,7 @@
ywPersonName: null,
belongUnit: null,
},
+ // 杩愮淮鍗曚綅
unitList: [],
// 琛ㄥ崟鍙傛暟
form: {},
@@ -213,7 +214,7 @@
},
methods: {
getUnitSelect() {
- // 涓嬫媺鍒楄〃
+ // 杩愮淮鍗曚綅涓嬫媺鍒楄〃
unitSelect().then((res) => {
this.unitList = res.data;
})
--
Gitblit v1.8.0