|
@@ -930,8 +930,8 @@ export default {
|
|
|
createId: this.infolist.createId,
|
|
|
createName: this.infolist.createName,
|
|
|
id: this.infolist.id,
|
|
|
- delFileId:this.fileDeletId.join(',')
|
|
|
- }
|
|
|
+ delFileId: this.fileDeletId.join(","),
|
|
|
+ };
|
|
|
}
|
|
|
let params = {
|
|
|
...origin_params,
|
|
@@ -1139,11 +1139,13 @@ export default {
|
|
|
// 数组回显
|
|
|
this.infodatas = mkOnlineChannel.logList;
|
|
|
} else {
|
|
|
+ // 这里就是审批
|
|
|
if (this.step === "0") {
|
|
|
this.disableStatus = false;
|
|
|
this.visionsts = "";
|
|
|
return;
|
|
|
}
|
|
|
+ this.disableStatus = true;
|
|
|
this.dialogStatus = true;
|
|
|
if (this.step === "7") {
|
|
|
this.vision = "信息补填";
|
|
@@ -1222,15 +1224,26 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
closedia() {
|
|
|
+ // dialog回显信息
|
|
|
this.infolist = {};
|
|
|
+ // 图片
|
|
|
this.attList = [];
|
|
|
this.file = [];
|
|
|
+ // 审核人
|
|
|
+ this.treeList = [],
|
|
|
+ // 时间
|
|
|
+ this.busiTime = [];
|
|
|
+ // 审核领导
|
|
|
+ this.leader = "";
|
|
|
+ // 审批状态的图片
|
|
|
delete this.datalist.attList;
|
|
|
this.fileInfo.fileList = [];
|
|
|
+ // 弹出层
|
|
|
this.dialogStatus = false;
|
|
|
+ // 审核人
|
|
|
this.checkexa = false;
|
|
|
+ // 审核人单选是否开启
|
|
|
this.only = false;
|
|
|
- this.busiTime = [];
|
|
|
},
|
|
|
//获取列表
|
|
|
getList(v, n) {
|