yusheng 2 tygodni temu
rodzic
commit
e0cb689840

+ 1 - 1
src/views/warning/warningSetting/components/addWarningDialog.vue

@@ -668,7 +668,7 @@
           });
         }
         if (is) {
-          this.$message.error('触发条件内容没填写完整,检查!');
+          this.$message.error('触发条件内容没填写完整,检查!');
           return;
         }
         this.$refs.baseInfoFormRef.validate(async (valid) => {