From 671977cd56e4197ce9f7c906fa1309bc8f3a6b9c Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 30 May 2023 15:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E6=9F=A5=E6=9F=A5=E8=AF=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0formRecordId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screening/components/FormTab.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/screening/components/FormTab.vue b/src/views/screening/components/FormTab.vue index 18c875f..f05ec07 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) { -- 2.22.0