From 31cb4bc988bdbb3a171d0cc704ff09eeeeccb524 Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期五, 23 五月 2025 17:26:28 +0800
Subject: [PATCH] qx

---
 src/views/reservation/career/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/reservation/career/index.vue b/src/views/reservation/career/index.vue
index 366c8b2..fcdd1c8 100644
--- a/src/views/reservation/career/index.vue
+++ b/src/views/reservation/career/index.vue
@@ -99,8 +99,8 @@
 
     <!-- 鐢ㄦ埛瀵煎叆瀵硅瘽妗� -->
     <el-dialog :title="upload.title" :visible.sync="upload.open" width="400px" append-to-body>
-      <el-upload ref="upload" :limit="1" :key="uploadKey" accept=".xls" :headers="upload.headers" :data="data"
-        :action="upload.url" :disabled="upload.isUploading" :on-progress="handleFileUploadProgress"
+      <el-upload ref="upload" :limit="1" :key="uploadKey" accept=".xls" :headers="upload.headers" 
+        :action="upload.url" :data="data" :disabled="upload.isUploading" :on-progress="handleFileUploadProgress"
         :on-success="handleFileSuccess" :auto-upload="false" drag>
         <i class="el-icon-upload"></i>
         <div class="el-upload__text">灏嗘枃浠舵嫋鍒版澶勶紝鎴�<em>鐐瑰嚮涓婁紶</em></div>
@@ -227,8 +227,8 @@
   newExcelImport,
 } from "@/api/system/comp";
 import {
-  newConfirm,
-  getCompany,
+  newReservationConfirmxbb,
+  getZybCompList,
   queryCompany,
   getconfigKey,
 } from "@/api/team/tuanti";
@@ -339,7 +339,7 @@
         // 涓婁紶鐨勫湴鍧�
         url:
           process.env.VUE_APP_BASE_API +
-          "/reservation/reservation/newExcelImportNotDwDeptId",
+          "/zhiye/order/newExcelImportNotDwDeptId",
       },
       // 鏌ヨ鍙傛暟
       queryParam: {
@@ -622,7 +622,7 @@
         console.log(res, 1111);
         this.objs.yxts = res.msg;
       });
-      getCompany(this.queryParam).then((response) => {
+      getZybCompList(this.queryParam).then((response) => {
         this.CompanyList = response.data;
         this.total = response.total;
         this.loading = false;
@@ -705,7 +705,7 @@
     /** 涓嬭浇妯℃澘鎿嶄綔 */
     importTemplate() {
       this.download(
-        "/reservation/reservation/importTemplate",
+        "/zhiye/order/importTemplate",
         {},
         `鑱屼笟鍥綋棰勭害Excel妯$増.xls`
       );
@@ -857,7 +857,7 @@
           yxts: this.objs.yxts,
           dwId: this.data.dwId,
         };
-        newConfirm(data).then((res) => {
+        newReservationConfirmxbb(data).then((res) => {
           this.$modal.msgSuccess("鎻愪氦鎴愬姛");
           this.confirm = true;
           this.userList = [];

--
Gitblit v1.8.0