From ca838a9f056cb7043b57bc34fde916686a465003 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期三, 23 七月 2025 14:11:59 +0800
Subject: [PATCH] qx

---
 src/views/reservation/reservations/index.vue |   13 +++++--------
 /dev/null                                    |    0 
 vue.config.js                                |    2 +-
 3 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/dist.zip b/dist.zip
deleted file mode 100644
index 4f3e271..0000000
--- a/dist.zip
+++ /dev/null
Binary files differ
diff --git a/src/views/reservation/reservations/index.vue b/src/views/reservation/reservations/index.vue
index 54a1bf5..5864b46 100644
--- a/src/views/reservation/reservations/index.vue
+++ b/src/views/reservation/reservations/index.vue
@@ -605,10 +605,10 @@
                   style="width: 160px"
                 />
               </el-form-item>
-              <el-form-item label="鍗曚綅鍚嶇О" prop="company">
+              <el-form-item label="鍗曚綅鍚嶇О" prop="companyId">
                 <el-select
                   :remote-method="getRemoteData"
-                  v-model="formIn.company"
+                  v-model="formIn.companyId"
                   remote
                   default-first-option
                   allow-create
@@ -2345,11 +2345,7 @@
   created() {
     this.getList();
   },
-  watch: {
-    "formIn.company"(val) {
-      console.log("formIn.company changed:", val, typeof val);
-    },
-  },
+
   methods: {
     isAll(value) {
       return value === "" || value === null;
@@ -2458,6 +2454,7 @@
     idFn1(value) {
       if (value) {
         this.form.dictCompId = value;
+        console.log(value)
         // this.CompanyList.forEach((item) => {
         //   if (item.drugManufacturerId == this.form.dictCompId) {
         //     this.form.compName = item.cnName;
@@ -3155,6 +3152,7 @@
           this.formIn.company = item.cnName;
         }
       });
+      
       let data;
       if (pacId) {
         data = {
@@ -3211,7 +3209,6 @@
           career: this.formIn.career,
         };
       }
-      console.log('鎻愪氦鍙傛暟', data);
       tjReappoint(data).then((res) => {
         if (res.code === 200) {
           this.$modal.msgSuccess("棰勭害鎴愬姛");
diff --git a/vue.config.js b/vue.config.js
index 809f8b0..1759202 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -54,8 +54,8 @@
       [process.env.VUE_APP_BASE_API]: {
         // target: `https://ltpeis.xaltjdkj.cn:5801/`,
         // target: `http://192.168.1.99:5012`,
-        // target: `http://192.168.1.113:5011`,
         target: `http://192.168.1.113:5011`,
+        // target: `http://192.168.1.244: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