@ -155,7 +155,7 @@ const showActionCard = item => {
async function getProjectsList() {
try {
const data = await getProjects(startTime.value, endTime.value);
console.log(projectInfo.value);
data.forEach(item => {
item.show = false;
@ -190,8 +190,7 @@ checkPlanTask(); // 查看任务计划书
getList(); // 获取成员列表
const handleSearch = async value => {
console.log('handleSearch', options.value, value);
// await getList(value); // 获取成员列表
await getList(value); // 获取成员列表
};
const filterOption = (input, option) => {