直播 评估回显

This commit is contained in:
zhangyc
2022-12-09 08:42:54 +08:00
parent 4ced3973c8
commit 7f1c26f37d
5 changed files with 41 additions and 12 deletions

View File

@@ -71,7 +71,13 @@ export const queryEvaluationDetailById = (obj) =>
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
},
});
export const queryEvaluationMessageById = (obj) =>
http.post("/evaluation/queryEvaluationMessageById", obj, {
headers: {
token: "123",
"Content-Type": "application/x-www-form-urlencoded;charset=UTF-8",
},
});
//修改测评信息
export const updateEvaluation = (obj) =>
http.post("/evaluation/updateEvaluation", obj);