This commit is contained in:
parent
b2508b7389
commit
e897d9de4b
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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 = ''
|
||||||
},
|
},
|
||||||
|
|
||||||
// 性别
|
// 性别
|
||||||
|
|
|
||||||
|
|
@ -191,6 +191,9 @@ export default {
|
||||||
|
|
||||||
handleCloseDialogOuter() {
|
handleCloseDialogOuter() {
|
||||||
this.dialogConfig.outerVisible = false
|
this.dialogConfig.outerVisible = false
|
||||||
|
this.proStatus = ''
|
||||||
|
this.volLevel = ''
|
||||||
|
this.proType = ''
|
||||||
},
|
},
|
||||||
|
|
||||||
// 打开弹框
|
// 打开弹框
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue