@@ -671,11 +671,13 @@ export default {
if (val) {
switch (type) {
case "送部门人员审核":
+ this.operateName = "送部门人员审核";
this.checkexa = true;
this.type = "0";
console.log("送部门人员审核");
break;
case "送领导审核":
+ this.operateName = "送领导审核";
this.type = "1";
this.checkLaeder = true;
console.log("送领导审核");