Browse Source

更新村务择岗

zmw 10 months ago
parent
commit
5ec8c137e0
1 changed files with 2 additions and 7 deletions
  1. 2 7
      public/themes/default/views/app/recruit/post_select.blade.php

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

@@ -186,13 +186,8 @@
             },
             methods: {
                 post: function() {
-                    if (type == 1 && this.select_list.length != 4) {
-                        this.$message.error('请对4个镇(街道)进行排序!');
-                        return false;
-                    }
-
-                    if (type == 2 && this.select_list.length != 3) {
-                        this.$message.error('请对3个镇(街道)进行排序!');
+                    if (this.select_list.length == 0) {
+                        this.$message.error('请选择意向街道!');
                         return false;
                     }