mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
在线人员弹窗关闭输入框置空
This commit is contained in:
@@ -344,6 +344,10 @@ export default {
|
||||
manageStudyData: {
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
},
|
||||
isShowDialog:{
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
},
|
||||
data() {
|
||||
@@ -418,6 +422,15 @@ export default {
|
||||
this.learningSituation.name = ''
|
||||
}
|
||||
},
|
||||
isShowDialog(val){
|
||||
if(!val){
|
||||
this.signup.status = null
|
||||
this.signup.name = ''
|
||||
this.learningRecords.status = null
|
||||
this.learningRecords.name = ''
|
||||
this.value = ''
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.getSignupList();
|
||||
|
||||
Reference in New Issue
Block a user