Преглед на файлове

违规事件通知/违规处理二选一

gzb
guozhongbo преди 7 месеца
родител
ревизия
db7a333042

+ 2
- 2
src/views/schoolSection/strategy/personalStrategy.vue Целия файл

@@ -752,8 +752,8 @@ export default {
752 752
         }
753 753
         //违规处理选项
754 754
         for (let item of padViolates) {
755
-          if (!item.handleMethod) {
756
-            this.$Message.error("请选择违规处理!");
755
+          if (!item.handleMethod && item.noticed === 0) {
756
+            this.$Message.error("请选择通知/违规处理!");
757 757
             return;
758 758
           }
759 759
         }

+ 2
- 2
src/views/schoolSection/strategy/publicStrategy.vue Целия файл

@@ -625,8 +625,8 @@ export default {
625 625
         }
626 626
         //违规处理选项
627 627
         for (let item of padViolates) {
628
-          if (!item.handleMethod) {
629
-            this.$Message.error("请选择违规处理!");
628
+          if (!item.handleMethod && item.noticed === 0) {
629
+            this.$Message.error("请选择通知/违规处理!");
630 630
             return;
631 631
           }
632 632
         }

+ 2
- 2
src/views/schoolSection/strategy/strategyTemplate.vue Целия файл

@@ -625,8 +625,8 @@ export default {
625 625
         }
626 626
         //违规处理选项
627 627
         for (let item of padViolates) {
628
-          if (!item.handleMethod) {
629
-            this.$Message.error("请选择违规处理!");
628
+          if (!item.handleMethod && item.noticed === 0) {
629
+            this.$Message.error("请选择通知/违规处理!");
630 630
             return;
631 631
           }
632 632
         }

Loading…
Отказ
Запис