|
@@ -618,6 +618,8 @@ export default {
|
|
this.moduleForm.id = data.id
|
|
this.moduleForm.id = data.id
|
|
this.moduleForm.moduleNames[0] = data.moduleName
|
|
this.moduleForm.moduleNames[0] = data.moduleName
|
|
}
|
|
}
|
|
|
|
+ }else {
|
|
|
|
+ this.moduleDialog = true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
confirmModule(formName) { // 模块操作确认
|
|
confirmModule(formName) { // 模块操作确认
|