From 1b944efc839c270699310def8d0781ce4497e43d Mon Sep 17 00:00:00 2001
From: zuoxiao <zuoxiao>
Date: 星期四, 07 八月 2025 10:10:05 +0800
Subject: [PATCH] Merge branch 'doing' of http://8.140.179.55:20000/r/wm/pipIrr into doing

---
 pages/irrigation/irrigation.js |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pages/irrigation/irrigation.js b/pages/irrigation/irrigation.js
index e30bf8d..1a6493f 100644
--- a/pages/irrigation/irrigation.js
+++ b/pages/irrigation/irrigation.js
@@ -347,7 +347,8 @@
               planId: id,
               operatorId: app.globalData.clientId
             },
-            isShowLoding: true
+            isShowLoding: true,
+            timeout: 180000
           }).then(res => {
             if (res.success) {
               wx.showToast({
@@ -449,7 +450,8 @@
           planId: planID,
           operatorId: app.globalData.clientId
         },
-        isShowLoding: true
+        isShowLoding: true,
+        timeout: 180000
       }).then(res => {
         if (res.success) {
           wx.showToast({

--
Gitblit v1.8.0