Commit 2c0c5dfe authored by 石建新(贵阳日报)'s avatar 石建新(贵阳日报)
parents 4a08e404 2e547f86
......@@ -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