From 6565e619523f045ba3e5e15a5bf3ea3ccbb33ba2 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 28 九月 2023 10:26:01 +0800 Subject: [PATCH] 如果工艺参数是空,或者报错,弹框提示工艺参数错误的提示而不是新任务的弹框 --- src/main.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 6144894..ec9e245 100644 --- a/src/main.js +++ b/src/main.js @@ -9,7 +9,10 @@ // import Element from "element-ui" // Vue.use(Element, { size: "small", zIndex: 3000 }) - +// 闃叉杩炵画鐐瑰嚮 +// 鍏ㄥ眬鎸囦护 +import { preventReClick } from "@/api/global-directives"; +Vue.use(preventReClick); Vue.use(ElementUI) new Vue({ -- Gitblit v1.8.0