|
@@ -762,6 +762,7 @@ export default {
|
|
|
this.$message.success("操作成功");
|
|
|
this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -808,6 +809,7 @@ export default {
|
|
|
this.checkexa = false;
|
|
|
this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -845,6 +847,7 @@ export default {
|
|
|
this.checkexa = false;
|
|
|
this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -882,6 +885,7 @@ export default {
|
|
|
this.checkexa = false;
|
|
|
this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -905,6 +909,7 @@ export default {
|
|
|
this.$message.success("操作成功");
|
|
|
this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -1014,7 +1019,7 @@ export default {
|
|
|
type: "success",
|
|
|
message: data.desc,
|
|
|
});
|
|
|
- this.closedia();
|
|
|
+ this.closedia();
|
|
|
this.handleInit();
|
|
|
}
|
|
|
});
|
|
@@ -1035,8 +1040,8 @@ export default {
|
|
|
console.log(desc);
|
|
|
if (desc === "操作成功") {
|
|
|
this.$message.success("操作成功");
|
|
|
- this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -1055,8 +1060,8 @@ export default {
|
|
|
console.log(desc);
|
|
|
if (desc === "操作成功") {
|
|
|
this.$message.success("操作成功");
|
|
|
- this.dialogStatus = false;
|
|
|
this.handleInit();
|
|
|
+ this.closedia();
|
|
|
} else {
|
|
|
this.$message.error("操作失败");
|
|
|
}
|
|
@@ -1235,7 +1240,7 @@ export default {
|
|
|
this.checkLaeder = false;
|
|
|
// 审核领导
|
|
|
this.leader = "";
|
|
|
- this.remark = '';
|
|
|
+ this.remark = "";
|
|
|
// 审批状态的图片
|
|
|
delete this.datalist.attList;
|
|
|
this.fileInfo.fileList = [];
|