From db8f49a69a6f4e5e91ddc337b7c87d782997c974 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期四, 24 十月 2024 09:11:51 +0800
Subject: [PATCH] lkk 10.24

---
 src/views/system/tijian/index.vue     |    3 +--
 dist.zip                              |    0 
 vue.config.js                         |    4 ++--
 src/views/sampling/sampling/index.vue |    8 +-------
 4 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/dist.zip b/dist.zip
index b19637d..d4dc824 100644
--- a/dist.zip
+++ b/dist.zip
Binary files differ
diff --git a/src/views/sampling/sampling/index.vue b/src/views/sampling/sampling/index.vue
index 2d42182..2894c72 100644
--- a/src/views/sampling/sampling/index.vue
+++ b/src/views/sampling/sampling/index.vue
@@ -917,13 +917,7 @@
 
     handleChange(selection) {
       console.log(selection);
-      selection.forEach((item, index) => {
-        if (item.cusSex == 0) {
-          item.cusSex = "鐢�";
-        } else if (item.cusSex == 1) {
-          item.cusSex = "濂�";
-        }
-      });
+ 
       this.selectList = selection;
 
       this.ids = selection.map((item) => item.id);
diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue
index a0587e3..f84b262 100644
--- a/src/views/system/tijian/index.vue
+++ b/src/views/system/tijian/index.vue
@@ -2192,8 +2192,7 @@
               this.discount = this.form.discount;
             }
             if (this.form.tjType === null) {
-              // this.form.tjType = "2";
-              this.form.tjType = "3";
+              this.form.tjType = "2";
             }
             if (this.form.reservationId != null) {
               if (this.form.groupingId) {
diff --git a/vue.config.js b/vue.config.js
index e5ab00d..fc036f6 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -53,8 +53,8 @@
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `https://ltpeis.xaltjdkj.cn:5801/`,
-        target: `http://192.168.1.3:5011`,
-        // target: `http://192.168.1.113:5011`,
+        // target: `http://192.168.1.3:5011`,
+        target: `http://192.168.1.113:5011`,
         // // target: `http://192.168.0.99:8080/ltkj-admin`,
         // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`,
         // target: `http://10.168.0.9:5011`,

--
Gitblit v1.8.0