From f5a81dbea80d1de98a258a82bf95c4dd6cf47851 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 02 Jul 2021 17:14:47 +0800
Subject: [PATCH] 1
---
src/components/real-popup/main.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/components/real-popup/main.vue b/src/components/real-popup/main.vue
index ac6c655..173f773 100644
--- a/src/components/real-popup/main.vue
+++ b/src/components/real-popup/main.vue
@@ -519,7 +519,7 @@
var that = this;
if (t == '推送110') {
- if (that.alarmlb == "") {
+ if (that.alarmlb == null) {
that.$message("请选择报警类型")
return
}
@@ -544,6 +544,8 @@
url: '/api/blade-system/dict-biz/dictionary?code=manufacturers',
}).then(data => {
+ console.log(data.data,213)
+
data.data.forEach(item => {
if (item.dictKey == row.manufacturers) {
newAxios({
--
Gitblit v1.9.3