|
@@ -475,7 +475,7 @@ function getComplaintDetailMsg(data) {
|
|
|
function getAppealOperationType(data) {
|
|
|
post(api.getAppealOperationType, { appealOperationType: data.appealOperationType, exampleStatus: data.exampleStatus, qcresultDetailId: data.qcresultDetailId }).then(function (res) {
|
|
|
if (res.data.code === '0') {
|
|
|
- if (data.appealOperationType == '2') {
|
|
|
+ if (data.appealOperationType == '2' || !data.qcresultDetailId) {
|
|
|
$("#delModal").show();
|
|
|
getCheckUser()
|
|
|
$("#delModal .modal-body").html("");
|