Commit a32bd195 authored by 李明环(东信)'s avatar 李明环(东信)

年龄不限问题解决

parent 3f68767b
......@@ -175,7 +175,7 @@ const handleConfirmEducation = ({ selectedItems }) => {
educationText.value = selectedItems.text;
};
/* 年龄要求 */
const value = ref(["", ""]);
const value = ref(["16", "16"]);
const ageText = ref("");
const isShowAgeSelect = ref(false);
const ageColumns = ref([]);
......@@ -274,7 +274,7 @@ const handleConfirmMajor = ({ value }) => {
majorText.value = value[1];
pinias.formData.majorRequirement = value.join("-");
} else {
majorText.value = "不限";
majorText.value = "";
}
};
const majorText = ref("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment