This commit is contained in:
bin
2025-12-23 16:42:56 +08:00
parent 44d94f0c10
commit 2fc924d601

View File

@@ -331,7 +331,7 @@ function changeEducation() {
maskClick: true, maskClick: true,
data: [oneDictData('education')], data: [oneDictData('education')],
success: (_, [value]) => { success: (_, [value]) => {
fromValue.area = value.value; fromValue.education = value.value;
state.educationText = value.label; state.educationText = value.label;
}, },
}); });