|
@@ -533,6 +533,7 @@ function addAppealInfo(data) {
|
|
|
$(".warning").show();
|
|
|
return
|
|
|
}
|
|
|
+ console.log(data);
|
|
|
const param = {
|
|
|
appealExplain: $(".textarea").val(),
|
|
|
appealOperationType: data.appealOperationType,
|
|
@@ -548,7 +549,7 @@ function addAppealInfo(data) {
|
|
|
qcresultDetailMsg: data.qcresultDetailMsg,
|
|
|
casesEntryMsg: data.qcresultDetailMsg,
|
|
|
msg: data.msg,
|
|
|
- value: data.value,
|
|
|
+ value: data.value || data.qcresultDetaiValue,
|
|
|
remark: data.remark,
|
|
|
}
|
|
|
post(api.addAppealInfo, param).then(function (res) {
|