From 77a9049c3318d4103b01d2b23abaa7d55580039d Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期二, 31 十月 2023 17:42:57 +0800
Subject: [PATCH] qxtj

---
 src/views/system/tijianall/index.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue
index 304fb9f..d3f7f1b 100644
--- a/src/views/system/tijianall/index.vue
+++ b/src/views/system/tijianall/index.vue
@@ -1,6 +1,8 @@
 <template>
   <div class="app-container">
-    <div style="width: 1050px">
+    <el-row >
+      <el-col :span="18">
+        <div >
       <el-form style="margin: 4px 8px" :inline="true" ref="form" :model="form" :rules="rules"
         :label-position="labelPosition" class="demo-form-inline" label-width="78px">
         <el-form-item label="濮撳悕" prop="cusName">
@@ -107,6 +109,9 @@
         </el-form-item>
       </el-form>
     </div>
+        </el-col>
+        </el-row>
+  
 
     <el-dialog title="閫夋嫨濂楅" :visible.sync="taocan" width="42%" height="700px">
       <el-tabs type="border-card" style="height: 538px; margin: 0 10px; width: 100%">
@@ -1082,7 +1087,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 +1111,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