mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
直播 评估回显
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user