From 3931e2728f618d0090f129b2665bc1285c4440c3 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 03 十一月 2024 17:27:32 +0800
Subject: [PATCH] update

---
 src/views/console/base/Shiftsystem.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/console/base/Shiftsystem.vue b/src/views/console/base/Shiftsystem.vue
index 4d50e5d..9228bbd 100644
--- a/src/views/console/base/Shiftsystem.vue
+++ b/src/views/console/base/Shiftsystem.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2024-04-09 20:19:46
- * @LastEditors: Sneed
- * @LastEditTime: 2024-06-03 22:57:46
+ * @LastEditors: lzhe lzhe@example.com
+ * @LastEditTime: 2024-06-15 23:34:34
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/views/console/base/Shiftsystem.vue
 -->
 <template>
@@ -275,7 +275,7 @@
             this.$confirm(`纭畾鍒犻櫎鏁版嵁?`, '', {
                 type: 'warning'
             }).then(() => {
-                this.$HTTP.delete(`/api/blade-cps/shift/${this.info.id}`).then(res => {
+                this.$HTTP.delete(`/api/smis/shift/${this.info.id}`).then(res => {
                     if (res.code === 200) {
                         this.$refs.table.reload(this.params)
                     }
@@ -283,7 +283,6 @@
             }).catch(() => {
 
             })
-
         }
     },
 }

--
Gitblit v1.9.3