|
@@ -237,7 +237,7 @@ export default {
|
|
|
},
|
|
|
async 'form.chargeTypeId'() {
|
|
|
this.FetchOrganizationCourseUnitPriceSettings()
|
|
|
- }
|
|
|
+ },
|
|
|
},
|
|
|
mounted() {
|
|
|
this.updateForm()
|
|
@@ -257,6 +257,7 @@ export default {
|
|
|
d[item.courseType] = item
|
|
|
}
|
|
|
this.courseTypesByType = d
|
|
|
+ this.$set(this.form, 'details', [])
|
|
|
}
|
|
|
} catch (error) {}
|
|
|
},
|