浏览代码

驾校父级ID清空

wyling 4 年之前
父节点
当前提交
656fc9dc1e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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:[]
           }