From 1632ba92d37e43baf671f7d465b67d644d545cf5 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期三, 03 一月 2024 08:06:57 +0800
Subject: [PATCH] 测试更新,添加出片队列排序

---
 CanadaMes-ui/src/views/home/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CanadaMes-ui/src/views/home/index.vue b/CanadaMes-ui/src/views/home/index.vue
index 14397ef..7c8e015 100644
--- a/CanadaMes-ui/src/views/home/index.vue
+++ b/CanadaMes-ui/src/views/home/index.vue
@@ -929,7 +929,7 @@
                     if (obj.D01RequestState != null) {
                         this.D01RequestState = obj.D01RequestState[0];
                     }
-
+                    // this.D01RequestState=true;
 
                     //鏄惁鍏佽鍑虹墖
                     this.isAllowQueue = obj.isAllowQueue[0];
@@ -1779,8 +1779,8 @@
                     } else {
                         if (count > 0) {
                             this.PromptSize = 500;
-                            this.CountDowns = count;
                             count--;
+                            this.CountDowns = count;
                             this.dialogFormCountDown = true;
                         }
                         else {

--
Gitblit v1.8.0