Browse Source

Merge remote-tracking branch 'origin/master'

zhangying 11 months ago
parent
commit
2ffe47ce16
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5app/src/views/pages/company/editPost.vue

+ 1 - 1
h5app/src/views/pages/company/editPost.vue

@@ -402,7 +402,7 @@ export default defineComponent({
     const inputValid = ref(true);
 
     function recruitCountBlur() {
-      inputValid.value = false;
+      inputValid.value = true;
       if (formState.dataModel.recruitCount != null) {
         if (!isStringInteger(formState.dataModel.recruitCount) || formState.dataModel.recruitCount < 1) {
           presentAlert("招聘数量必须为一个正整数!");