From c684729c17bb02ab968cdc2fceae74dacaa9593f Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 06 十二月 2023 16:53:28 +0800 Subject: [PATCH] 增加 急停后中止/继续选择 --- springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java index ee259d6..7fae6e4 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java @@ -32,7 +32,7 @@ //閾濇id public static String FrameNo; //鏄惁闇�瑕佹墜鍔ㄧ‘璁ょ幓鐠� - public static Boolean isConfirm=true; + public static Boolean isConfirm=false; // public static Map b=new HashMap<>(); // b.put() @Override -- Gitblit v1.8.0