|
@@ -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("招聘数量必须为一个正整数!");
|