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