From d8c730b184f9d982744e35cb720f20b9e44890f6 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 12 十月 2022 17:14:54 +0800 Subject: [PATCH] 完善区域修改后的提示信息.关联场景的区域不可以删除 --- src/components/canvas/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/canvas/index.vue b/src/components/canvas/index.vue index 89beb49..75d79cd 100644 --- a/src/components/canvas/index.vue +++ b/src/components/canvas/index.vue @@ -221,10 +221,10 @@ }) return } - this.$notify({ - type: "success", - message: "宸蹭繚瀛樼粯鍒讹紒" - }) + // this.$notify({ + // type: "success", + // message: "宸蹭繚瀛樼粯鍒讹紒" + // }) // 姣忔淇濆瓨鍏抽棴妯℃�佺獥鏃堕兘瑕佹妸妯℃�佺獥鐨勬暟鎹啓鍒扮埗缁勪欢閲屾潵 this.canvasData = this.$refs.bigCanvas.canvasData // 椤轰究鐢╁埌鏇村灞傚幓 -- Gitblit v1.8.0