|
@@ -223,11 +223,13 @@ function approved(type) {
|
|
|
appealInfo.casesEntryMsg == $(".case").val()
|
|
|
appealInfo.qcResultAlgVO.score = $('.score').val()
|
|
|
appealInfo.qcResultAlgVO.explainInfo = $('.explainInfo').val()
|
|
|
+ appealInfo.qcResultAlgVO.msg = $('.msg').val()
|
|
|
}
|
|
|
} else if (type == 2) {
|
|
|
appealInfo.exampleOperation = 3
|
|
|
appealInfo.qcResultAlgVO.score = $('.score').val()
|
|
|
appealInfo.qcResultAlgVO.explainInfo = $('.explainInfo').val()
|
|
|
+ appealInfo.qcResultAlgVO.msg = $('.msg').val()
|
|
|
} else if (type == 3) {
|
|
|
appealInfo.exampleOperation = 4
|
|
|
appealInfo.processResult = $(".textarea").val()
|
|
@@ -243,7 +245,6 @@ function approved(type) {
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- console.log(appealInfo);
|
|
|
const param = {
|
|
|
...appealInfo,
|
|
|
'id': id,
|