mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
所属组织页面调整
This commit is contained in:
@@ -437,8 +437,8 @@
|
||||
let array = [];
|
||||
arr.map((value) => {
|
||||
let obj = {
|
||||
value: value.id,
|
||||
label: value.name,
|
||||
value: value.kid,
|
||||
label: value.systemName,
|
||||
};
|
||||
array.push(obj);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user