haoxuan
2023-08-28 38e0e2b39714aa29aacf9636097e464c50fcc1c3
src/components/AddControl.vue
@@ -104,7 +104,14 @@
          }
        }) 
      }else{
        this.$message.error("当前设备没有工序!");
        this.$confirm( "当前设备没有工序!", "提示", {
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning",
        })
          .then(() => {})
          .catch(() => {});
      }
    },
    shutdown() {