|
|
@@ -144,6 +144,7 @@ const handleRuleClick = (descriptor: IPlanEnrollDescriptor, history: IPlanEnroll
|
|
|
const handleAddVoluntary = async (item: IPlanEnrollHistory) => {
|
|
|
const {code} = baseInfo.value
|
|
|
await addVoluntary({universityId: code, majorId: item.id + ''})
|
|
|
+ uni.$ie.showSuccess('保存成功')
|
|
|
}
|
|
|
|
|
|
const handleRateVoluntary = (item: IPlanEnrollHistory) => {
|