|
@@ -1168,6 +1168,7 @@ export default {
|
|
openMaskPanel(system) {
|
|
openMaskPanel(system) {
|
|
let target = this.getDataByCityCcode(this.selectedZone)
|
|
let target = this.getDataByCityCcode(this.selectedZone)
|
|
if (target) {
|
|
if (target) {
|
|
|
|
+ this.currentDialogLevel = target.level
|
|
this.currentLevel = target.level
|
|
this.currentLevel = target.level
|
|
}
|
|
}
|
|
this.currentSysId = system.smsxt;
|
|
this.currentSysId = system.smsxt;
|