Explorar el Código

更新择岗功能

sandm hace 2 años
padre
commit
90d5e3bd1c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      public/themes/default/views/app/recruit/post_select.blade.php

+ 2 - 2
public/themes/default/views/app/recruit/post_select.blade.php

@@ -185,8 +185,8 @@
             },
             methods: {
                 post: function() {
-                    if(this.select_list.length != 19){
-                        this.$message.error('请对19个镇(街道)进行排序!');
+                    if(this.select_list.length != 13){
+                        this.$message.error('请对13个镇(街道)进行排序!');
                         return false;
                     }
                     var msg = "您正在提交择岗的操作!";