|
@@ -1012,12 +1012,7 @@ export default {
|
|
type: "success",
|
|
type: "success",
|
|
message: data.desc,
|
|
message: data.desc,
|
|
});
|
|
});
|
|
- this.dialogStatus = false;
|
|
|
|
- this.disableStatus = false;
|
|
|
|
- this.checkexa = false;
|
|
|
|
- this.checkLaeder = false;
|
|
|
|
- this.leader = "";
|
|
|
|
- this.infolist = {};
|
|
|
|
|
|
+ this.closedia();
|
|
this.handleInit();
|
|
this.handleInit();
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -1231,9 +1226,11 @@ export default {
|
|
this.attList = [];
|
|
this.attList = [];
|
|
this.file = [];
|
|
this.file = [];
|
|
// 审核人
|
|
// 审核人
|
|
- (this.treeList = []),
|
|
|
|
- // 时间
|
|
|
|
- (this.busiTime = []);
|
|
|
|
|
|
+ this.treeList = [];
|
|
|
|
+ // 时间
|
|
|
|
+ this.busiTime = [];
|
|
|
|
+ // 领导人
|
|
|
|
+ this.checkLaeder = false;
|
|
// 审核领导
|
|
// 审核领导
|
|
this.leader = "";
|
|
this.leader = "";
|
|
// 审批状态的图片
|
|
// 审批状态的图片
|