功能房-新增手机号码字段

This commit is contained in:
962704835@qq.com
2025-11-21 19:24:34 +08:00
parent acdfc0ce10
commit cfa0c9468f
2 changed files with 7 additions and 3 deletions

View File

@@ -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('表单填写不完整,请检查!');