This commit is contained in:
BianLzhaoMin 2025-09-29 15:57:25 +08:00
parent b2508b7389
commit e897d9de4b
3 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,7 @@
:is="currentComponent" :is="currentComponent"
:lightStatus="lightStatus" :lightStatus="lightStatus"
:selectCompany="selectCompany" :selectCompany="selectCompany"
v-if="dialogConfig.outerVisible"
/> />
</template> </template>
</DialogModel> </DialogModel>
@ -220,6 +221,9 @@ export default {
// //
handleCloseDialogOuter(value) { handleCloseDialogOuter(value) {
this.dialogConfig.outerVisible = value this.dialogConfig.outerVisible = value
this.isAtt = ''
this.lightStatus = ''
this.einStatus = ''
}, },
// //
onHandleCheckDataWarning(item, type) { onHandleCheckDataWarning(item, type) {

View File

@ -179,6 +179,11 @@ export default {
handleCloseDialogOuter() { handleCloseDialogOuter() {
this.dialogConfig.outerVisible = false this.dialogConfig.outerVisible = false
this.sex = ''
this.age = ''
this.postId = ''
this.lightStatus = ''
this.isAtt = ''
}, },
// //

View File

@ -191,6 +191,9 @@ export default {
handleCloseDialogOuter() { handleCloseDialogOuter() {
this.dialogConfig.outerVisible = false this.dialogConfig.outerVisible = false
this.proStatus = ''
this.volLevel = ''
this.proType = ''
}, },
// //