Parcourir la source

驾校父级ID清空

wyling il y a 4 ans
Parent
commit
656fc9dc1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/system/user/index.vue

+ 1 - 1
src/views/system/user/index.vue

@@ -583,7 +583,7 @@ export default {
       listInfo().then(response => {
         this.deptOptions=[
           {
-            id:100,
+            id:null,
             label:'所有驾校',
             children:[]
           }