From b2ec19a763b4cfb7949126d681fb77efad79c8d3 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期五, 20 五月 2022 15:00:11 +0800
Subject: [PATCH] 您关注的隐患-管理关注
---
src/views/hiddenDangerManagement/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/hiddenDangerManagement/index.vue b/src/views/hiddenDangerManagement/index.vue
index 30fa22e..addaa9a 100644
--- a/src/views/hiddenDangerManagement/index.vue
+++ b/src/views/hiddenDangerManagement/index.vue
@@ -478,7 +478,7 @@
fillRectification() {
var checkData = this.$refs.dataTable.selection;
if (checkData.length < 1) {
- this.$message({type: 'warn', message: "请选择勾选需要填写的数据!", duration: 3000})
+ this.$message({type: 'warning', message: "请选择勾选需要填写的数据!", duration: 3000})
return;
}
this.$router.push({
@@ -489,7 +489,7 @@
fillInspector() {
var checkData = this.$refs.dataTable.selection;
if (checkData.length < 1) {
- this.$message({type: 'warn', message: "请选择勾选需要填写的数据!", duration: 3000})
+ this.$message({type: 'warning', message: "请选择勾选需要填写的数据!", duration: 3000})
return;
}
this.$router.push({
@@ -571,7 +571,7 @@
revoke() {
var checkData = this.$refs.dataTable.selection;
if (checkData.length < 1) {
- this.$message({type: 'warn', message: "请勾选需要撤销的数据!", duration: 3000})
+ this.$message({type: 'warning', message: "请勾选需要撤销的数据!", duration: 3000})
return;
}
var revokeIds = "";
@@ -599,7 +599,7 @@
deleteBath() {
var checkData = this.$refs.dataTable.selection;
if (checkData.length < 1) {
- this.$message({type: 'warn', message: "请勾选需要删除的数据!", duration: 3000})
+ this.$message({type: 'warning', message: "请勾选需要删除的数据!", duration: 3000})
return;
}
var deleteIds = "";
--
Gitblit v1.9.2