diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 18c875f635c696869d1a90a0f1fd483b3742200b..f05ec07f92be67ccf157514a6f09e30ca237398e 100644 --- a/src/views/screening/components/FormTab.vue +++ b/src/views/screening/components/FormTab.vue @@ -311,7 +311,10 @@ export default { if (this.followId || this.getTabFollowId) { params.followId = this.followId || this.getTabFollowId params.formRecordId = this.formData.formRecordId + } else if (this.formData.formRecordId) { + params.formRecordId = this.formData.formRecordId } + console.log("提交后获取formRecordId: --", this.formData.formRecordId) this.$emit("handleConfirm", params, done, (res) => { // 多次填写的表单新增时,获取最新数据 if (this.form.fillType === 1 && !this.formData.formRecordId) {