1
@@ -374,6 +374,7 @@
:studentId="activeRow.userId"
:studentName="activeRow.studentBasicInfo.userName"
:groupType="groupType"
+ @getList='getList'
/>
</el-dialog>
</div>
@@ -126,7 +126,7 @@
:detail="detail"
:useVisitType="useVisitType"
@close="visitVisiable = false"
- @submited="getList"
+ @submited="refresh"
@@ -184,6 +184,12 @@ export default {
};
this.search();
},
+ refresh(){
+
+ this.getList()
+ this.$emit('getList')
+ }
+ ,
getList() {
// cleanDeep
let { timer, ...rest } = this.searchForm;