From 81f0a7c8b364fe7b8d566b27bfc9c8ef11d2be7f Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 05 十二月 2024 11:59:12 +0800
Subject: [PATCH] 12.05

---
 src/views/system/tijianall/index.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/system/tijianall/index.vue b/src/views/system/tijianall/index.vue
index cdb2c5c..8c1c7e8 100644
--- a/src/views/system/tijianall/index.vue
+++ b/src/views/system/tijianall/index.vue
@@ -308,6 +308,7 @@
       :visible.sync="taocan"
       width="80%"
       height="700px"
+      :close-on-click-modal="false"
     >
       <el-tabs
         type="border-card"
@@ -1059,7 +1060,8 @@
       tableDatas: [],
       packageList: [],
       checkedkeys: [],
-      valueUrl: "ws://127.0.0.1:18890",
+      // valueUrl: "ws://127.0.0.1:18890",
+      valueUrl: "ws://127.0.0.1:6789/websocket",
       valueUrls: "ws://127.0.0.1:6789/websocket",
       dialogVisiblese: false,
       cardreader: false,
@@ -1216,7 +1218,7 @@
         cusSex: 1,
         cusNational: "1",
         timeRegion: "1",
-        cusMarryStatus: "1",
+        cusMarryStatus: "5",
         idType: "1",
         ageUnit: "0",
       },
@@ -1803,8 +1805,8 @@
           try {
             // 杩炴帴璁惧
             var jsonObjs = {
-              type: 1,
-              data: {},
+              type: "1",
+              // data: {},
             };
             var jStrs = JSON.stringify(jsonObjs);
             websocket.send(jStrs);

--
Gitblit v1.8.0