From e4a06e0730dc0aa6ced97cbb3362d6b8ef473d39 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 27 三月 2025 15:56:34 +0800
Subject: [PATCH] 最新版本541200007

---
 admin/src/views/timer/timer.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/admin/src/views/timer/timer.vue b/admin/src/views/timer/timer.vue
index 6eeca3f..fc76f3e 100644
--- a/admin/src/views/timer/timer.vue
+++ b/admin/src/views/timer/timer.vue
@@ -20,6 +20,7 @@
         <li><el-button type="primary" @click="$refs.OperaTimerWindow.open('鏂板缓浠诲姟')" icon="el-icon-plus" v-permissions="['business:devices:create']">鏂板缓</el-button></li>
       </ul>
       <el-table
+          :height="tableHeightNew"
         v-loading="isWorking.search"
         :data="tableData.list"
         stripe
@@ -110,7 +111,7 @@
       this.$dialog.actionConfirm('纭鏆傚仠璇ヤ换鍔″悧?')
           .then(() => {
             this.pausing = true
-            this.api.paustById(row.id)
+            this.api.pauseById(row.id)
                 .then(() => {
                   this.$message.info('鏆傚仠鎴愬姛')
                   this.search()

--
Gitblit v1.9.3