From 9b7b2d5edd02e1630a28cdbdba868670643dc9d8 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Fri, 06 May 2022 17:05:30 +0800
Subject: [PATCH] 忘记密码:v2:样式调整
---
src/views/majorHazardSourceMonitoring/productionEquipment/index.vue | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue b/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue
index 5da8ba6..2949b54 100644
--- a/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue
+++ b/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue
@@ -129,6 +129,7 @@
v-model="form.userId"
placeholder="请选择负责人"
style="width: 100%"
+ filterable
>
<el-option
v-for="item in personInCharge"
@@ -257,6 +258,10 @@
title: "成功",
});
} else {
+ this.$message({
+ type: "warning",
+ message: res.data.message,
+ });
}
});
} else {
@@ -271,7 +276,10 @@
title: "成功",
});
} else {
-
+ this.$message({
+ type: "warning",
+ message: res.data.message,
+ });
}
});
}
@@ -294,6 +302,12 @@
type: "success",
duration: 2000,
});
+ }else {
+ this.$message({
+ type: "warning",
+ message: res.data.message,
+ });
+
}
});
})
--
Gitblit v1.9.2