@@ -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`,
/**
@@ -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>