@@ -818,9 +818,10 @@ export default {
reqdata.operateName = "退回";
if (this.duty === "2") {
reqdata.reviewType = 1;
- } else if (this.duty === "3") {
+ } else if (this.duty === "1") {
reqdata.reviewType = 2;
}
+ console.log(reqdata,'reqdata')
request = 1;
break;
case "agree":