feat:测试评估投票调用刷新方法

This commit is contained in:
dongwug
2022-11-03 18:21:10 +08:00
parent bd8191c568
commit 4e7c1e0711
3 changed files with 24 additions and 8 deletions

View File

@@ -215,6 +215,13 @@ export default {
projectTaskId: 0,
stageId: 3,
type: 11,
})
.then((res) => {
console.log("调用项目添加接口后", res.data);
ctx.emit("changeData",false);
})
.catch((err) => {
console.log(err);
});
})
.catch((err) => {