mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 06:46:46 +08:00
feat:测评编辑测试
This commit is contained in:
@@ -1521,6 +1521,17 @@ export default {
|
|||||||
updateTime: "",
|
updateTime: "",
|
||||||
updateUser: 0,
|
updateUser: 0,
|
||||||
};
|
};
|
||||||
|
apieval
|
||||||
|
.queryEvaluationDetailById(obj.evaluationId)
|
||||||
|
.then((res) => {
|
||||||
|
setTimeout(() => {
|
||||||
|
console.log("获取成功", res,obj.evaluationId);
|
||||||
|
message.success("获取成功");
|
||||||
|
}, 1000);
|
||||||
|
})
|
||||||
|
.catch((err) => {
|
||||||
|
console.log("获取失败", err);
|
||||||
|
});
|
||||||
apieval
|
apieval
|
||||||
.updateEvaluation(obj)
|
.updateEvaluation(obj)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user