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