feat:添加后获取列表

This commit is contained in:
岳佳鑫
2022-11-03 18:38:24 +08:00
parent 8638707e81
commit 4ee4fa0a0b
3 changed files with 10 additions and 2 deletions

View File

@@ -360,6 +360,7 @@ export default {
})
.then((res) => {
console.log("调用项目添加接口后", res.data);
ctx.emit("changeData", false);
//重新获取任务列表
// apiTask.getTask({ projectId: 28 });
// router.push("/taskadd");
@@ -408,6 +409,11 @@ export default {
.contentMain {
display: flex;
justify-content: space-between;
.ant-input {
height: 88px;
width: 384px;
border-radius: 8px;
}
.ant-picker {
border-radius: 8px;
}