Commit 671977cd authored by miaojiale's avatar miaojiale

筛查查询增加formRecordId

parent c55d38fb
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment