|
@@ -1339,6 +1339,11 @@
|
|
|
this.checkboxSelectIds = JSON.parse(JSON.stringify(this.checkboxSelect))
|
|
|
this.checkboxSelect = []
|
|
|
this.checkboxSelectList = []
|
|
|
+
|
|
|
+ this.loadData.vipGroupActivity = []
|
|
|
+ this.formName.vipGroupActivityName = null
|
|
|
+ this.formName.vipGroupCategoryIndex = 0
|
|
|
+ this.form.vipGroupActivityId = null
|
|
|
this.statusList.studentStatus = false
|
|
|
},
|
|
|
onCheckboxSelect(value) {
|