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