update 稽查整改-强制撤回部分
This commit is contained in:
-6
@@ -385,12 +385,6 @@ export default {
|
|||||||
// 发起保存草稿信息(强制撤回 && 第一个节点)
|
// 发起保存草稿信息(强制撤回 && 第一个节点)
|
||||||
if (this.isUploadRectificationResult && this.isForceRevoke) {
|
if (this.isUploadRectificationResult && this.isForceRevoke) {
|
||||||
const draftData = Object.assign({}, params.processEsInspectRectify)
|
const draftData = Object.assign({}, params.processEsInspectRectify)
|
||||||
// 清空表单信息
|
|
||||||
delete draftData.operationType
|
|
||||||
delete draftData.rectifyResult
|
|
||||||
delete draftData.attachment
|
|
||||||
delete draftData.applyDelayDate
|
|
||||||
delete draftData.delayDetail
|
|
||||||
params.infoJsonStr = JSON.stringify({
|
params.infoJsonStr = JSON.stringify({
|
||||||
// 人员信息(要重新获取,流程里的信息不能直接用,后端需要多选人员处理成数组了)
|
// 人员信息(要重新获取,流程里的信息不能直接用,后端需要多选人员处理成数组了)
|
||||||
personInfo: this.$refs.personnelInfo.getDataObj(),
|
personInfo: this.$refs.personnelInfo.getDataObj(),
|
||||||
|
|||||||
Reference in New Issue
Block a user