yahyahy 3 年之前
父節點
當前提交
7956c31c7b
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      src/settings.js
  2. 1 1
      src/views/system/dept/index.vue

+ 2 - 2
src/settings.js

@@ -1,7 +1,7 @@
 module.exports = {
   title: '潜山市防疫数据平台',
-  // urls: `http://118.178.139.79:7090`,
-  urls: `http://192.168.101.11:8090`,
+  urls: `http://118.178.139.79:7090`,
+  // urls: `http://192.168.101.11:8090`,
    // urls: `http://192.168.101.49:8090`,
 
   /**

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

@@ -44,7 +44,7 @@
       v-loading="loading"
       :data="deptList"
       row-key="id"
-      default-expand-all
+      :default-expand-all="false"
       :tree-props="{children: 'children', hasChildren: 'hasChildren'}"
     >
       <el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>