style:增加学习路径图编辑任务弹框关闭

This commit is contained in:
wuyx
2022-11-29 16:03:28 +08:00
parent 556ad2d54d
commit 80fcf394a0
5 changed files with 99 additions and 5 deletions

View File

@@ -405,6 +405,12 @@ export default {
message.error(`${props.edit ? "编辑" : "新增"}模板库任务失败`);
});
}
if(state.addOnlineList.Target==undefined){
closeDrawer();
}
};
//搜索在线列表
const searchList = ()=> {