mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:修改添加学员
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
placeholder="请选择项目经理"
|
||||
style="width: 100%"
|
||||
:options="classifyList1"
|
||||
:filterOption="false"
|
||||
@change="classificationChange1"
|
||||
allowClear
|
||||
showSearch
|
||||
@@ -812,7 +813,9 @@ export default {
|
||||
.then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
let arr = res.data.data.rows;
|
||||
|
||||
let array = classifyList1.value;
|
||||
console.log("array", array);
|
||||
arr.map((value) => {
|
||||
let obj = {
|
||||
value: value.id,
|
||||
@@ -836,7 +839,7 @@ export default {
|
||||
if (e) {
|
||||
state.searchName = e;
|
||||
classifyList1.value = [];
|
||||
getMember();
|
||||
getMember(e);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user