This commit is contained in:
parent
b2508b7389
commit
e897d9de4b
|
|
@ -63,6 +63,7 @@
|
|||
:is="currentComponent"
|
||||
:lightStatus="lightStatus"
|
||||
:selectCompany="selectCompany"
|
||||
v-if="dialogConfig.outerVisible"
|
||||
/>
|
||||
</template>
|
||||
</DialogModel>
|
||||
|
|
@ -220,6 +221,9 @@ export default {
|
|||
// 关闭弹框
|
||||
handleCloseDialogOuter(value) {
|
||||
this.dialogConfig.outerVisible = value
|
||||
this.isAtt = ''
|
||||
this.lightStatus = ''
|
||||
this.einStatus = ''
|
||||
},
|
||||
// 点击数据预警
|
||||
onHandleCheckDataWarning(item, type) {
|
||||
|
|
|
|||
|
|
@ -179,6 +179,11 @@ export default {
|
|||
|
||||
handleCloseDialogOuter() {
|
||||
this.dialogConfig.outerVisible = false
|
||||
this.sex = ''
|
||||
this.age = ''
|
||||
this.postId = ''
|
||||
this.lightStatus = ''
|
||||
this.isAtt = ''
|
||||
},
|
||||
|
||||
// 性别
|
||||
|
|
|
|||
|
|
@ -191,6 +191,9 @@ export default {
|
|||
|
||||
handleCloseDialogOuter() {
|
||||
this.dialogConfig.outerVisible = false
|
||||
this.proStatus = ''
|
||||
this.volLevel = ''
|
||||
this.proType = ''
|
||||
},
|
||||
|
||||
// 打开弹框
|
||||
|
|
|
|||
Loading…
Reference in New Issue