mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
Merge branch 'master' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-manage
This commit is contained in:
@@ -1008,6 +1008,8 @@ export default {
|
||||
style="color:#4EA6FF;cursor:pointer"
|
||||
onClick={() => {
|
||||
showDelete();
|
||||
deleteInvistText();
|
||||
deleteEvalText();
|
||||
}}
|
||||
>
|
||||
删除
|
||||
@@ -1171,6 +1173,7 @@ export default {
|
||||
const deleteEvalText = () => {
|
||||
let obj = {
|
||||
evaluationId: state.deleteEvalID,
|
||||
token:"",
|
||||
};
|
||||
apieval
|
||||
.deleteEvaluationById(obj)
|
||||
@@ -1284,7 +1287,8 @@ export default {
|
||||
//删除评估测试
|
||||
const deleteInvistText = () => {
|
||||
let obj = {
|
||||
evaluationId: state.deleteInvistID,
|
||||
评估信息Id:"",
|
||||
token:"",
|
||||
};
|
||||
apiinvist
|
||||
.deleteAppraise(obj)
|
||||
|
||||
Reference in New Issue
Block a user