From 758275d35a4354bbabc0eabfcace5f74f318f33e Mon Sep 17 00:00:00 2001
From: 南骏 池 <chiffly@163.com>
Date: 星期二, 02 九月 2025 10:15:24 +0800
Subject: [PATCH] 1.PDA拆分bug优化,转换为浮点型比较。 2.AGV操作组织页面优化

---
 H5/Js/Cpbdsj.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/H5/Js/Cpbdsj.js b/H5/Js/Cpbdsj.js
index 5aa7ed7..e2fa8a3 100644
--- a/H5/Js/Cpbdsj.js
+++ b/H5/Js/Cpbdsj.js
@@ -144,12 +144,14 @@
                     }
                     else {
                         that.$playSound('error');
+                        that.XBar = "";
                         that.$toast.fail(json.message);
                     }
                     that.isLoading = false;
                 })
                 .catch(function (error) {
                     that.isLoading = false;
+                    that.XBar = "";
                     that.$playSound('error');
                     that.$toast.fail("缃戠粶閿欒锛岃閲嶈瘯锛�");
                 });

--
Gitblit v1.9.3