From 6d884540c71ec7cbd50d91999d072542cbafb740 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 26 十月 2023 17:39:35 +0800 Subject: [PATCH] tjxg --- src/views/system/tijianall/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue index 304fb9f..dbdf244 100644 --- a/src/views/system/tijianall/index.vue +++ b/src/views/system/tijianall/index.vue @@ -1082,7 +1082,7 @@ data = { pacId, department: this.form.department, - category: this.form.category, + tjCategory: this.form.category, address: this.form.cusAddr, marriage: this.form.cusMarryStatus, nation: this.form.cusNational, @@ -1106,7 +1106,7 @@ } else { data = { department: this.form.department, - category: this.form.category, + tjCategory: this.form.category, address: this.form.cusAddr, marriage: this.form.cusMarryStatus, nation: this.form.cusNational, -- Gitblit v1.8.0