From 9c736e4d2848cccabf9b07377e21d48d7125553f Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期三, 06 三月 2024 16:15:09 +0800 Subject: [PATCH] fix:修改数据 --- 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