reedliuqing_i 5 years ago
parent
commit
657098e621
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/ToConfigure/configure.vue

+ 1 - 1
src/views/ToConfigure/configure.vue

@@ -618,7 +618,7 @@ export default {
           this.moduleForm.id = data.id
           this.moduleForm.moduleNames[0] = data.moduleName
         }
-      }else {
+      } else {
         this.moduleDialog = true
       }
     },