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