deason il y a 3 ans
Parent
commit
2516bc919f
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      src/modules/basic/view/school_config.vue

+ 6 - 1
src/modules/basic/view/school_config.vue

@@ -337,7 +337,12 @@ export default {
               this.originalRuleForm.SHOW_STUDENT_CLIENT_APP_QRCODE &&
             newForm.IDENTIFICATION_OF_LIVING_BODY_SCHEME ==
               this.originalRuleForm.IDENTIFICATION_OF_LIVING_BODY_SCHEME &&
-            newForm.PC_CLIENT_ENABLED == this.originalRuleForm.PC_CLIENT_ENABLED
+            newForm.PC_CLIENT_ENABLED ==
+              this.originalRuleForm.PC_CLIENT_ENABLED &&
+            newForm.ACTION_ALERT == this.originalRuleForm.ACTION_ALERT &&
+            newForm.ACTION_OPTIONS == this.originalRuleForm.ACTION_OPTIONS &&
+            newForm.ACTION_ORDER == this.originalRuleForm.ACTION_ORDER &&
+            newForm.ACTION_DURATION == this.originalRuleForm.ACTION_DURATION
           );
         } else {
           this.formDataChanged = false;