From 93a38ac31615b1aa053a4440c59814ea72353945 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 17 一月 2023 14:39:19 +0800 Subject: [PATCH] 界面修改 --- src/views/datamanage/dataController.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/datamanage/dataController.vue b/src/views/datamanage/dataController.vue index 2b1eb93..adf01f7 100644 --- a/src/views/datamanage/dataController.vue +++ b/src/views/datamanage/dataController.vue @@ -109,10 +109,11 @@ this.setViewController(this.menuList[0]); } else { - alert('鏆傛棤鑿滃崟鏍忔暟鎹�'); + + this.$message.error('鏆傛棤鑿滃崟鏍忔暟鎹�'); } } else { - console.log('鎺ュ彛鎶ラ敊'); + this.$message.error('鎺ュ彛鎶ラ敊'); } // this.treeList = this.treeData(data.result); @@ -139,7 +140,8 @@ return father.pid == 1; // 杩斿洖涓�绾ц彍鍗� }); } else { - alert('鏆傛棤鑿滃崟鏍忔暟鎹�'); + + this.$message.error('鏆傛棤鑿滃崟鏍忔暟鎹�'); } }, -- Gitblit v1.9.3