功能房-新增手机号码字段
This commit is contained in:
@@ -694,6 +694,9 @@ export default {
|
||||
this.$modal.msgSuccess("修改成功");
|
||||
this.loading = false;
|
||||
});
|
||||
// 批量新增材料附件
|
||||
batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList)
|
||||
this.goBack()
|
||||
} else {
|
||||
// 新增的时候根据点击的按钮确定状态,点击保存按钮申请状态是草稿,点击提交按钮申请状态就是待审核
|
||||
this.formData.applyStatus = applyStatus;
|
||||
@@ -707,12 +710,12 @@ export default {
|
||||
element.applyId = response.data.id
|
||||
})
|
||||
this.loading = false;
|
||||
// 批量新增材料附件
|
||||
batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList)
|
||||
this.goBack()
|
||||
}
|
||||
});
|
||||
}
|
||||
// 批量新增材料附件
|
||||
batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList)
|
||||
this.goBack()
|
||||
// this.$message.success('提交成功!');
|
||||
} else {
|
||||
this.$message.error('表单填写不完整,请检查!');
|
||||
|
||||
Reference in New Issue
Block a user