diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/common.js b/src/api/common.js
index f3c0414..4c38684 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -24,3 +24,12 @@
data: param
})
}
+
+// 项目列表查询
+export function getTenantList(params) {
+ return request({
+ url: 'tenant/list',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/common.js b/src/api/common.js
index f3c0414..4c38684 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -24,3 +24,12 @@
data: param
})
}
+
+// 项目列表查询
+export function getTenantList(params) {
+ return request({
+ url: 'tenant/list',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index d6b33af..aee72a9 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -3,7 +3,7 @@
*/
import request from '@/utils/request'
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellStaticByBfzt(params) {
return request({
url: 'well/countByBfzt',
@@ -11,7 +11,7 @@
params
})
}
-// 根据权属单位统计闸井数量
+// 根据权属单位统计窨井数量
export function wellStaticByDept(params) {
return request({
url: 'statics/wellStaticsByDept',
@@ -20,7 +20,7 @@
})
}
-// 根据井类型统计闸井数量
+// 根据井类型统计窨井数量
export function wellStaticByType(params) {
return request({
url: 'statics/wellStaticsByType',
@@ -30,7 +30,7 @@
}
// 根据设备类型统计设备数量
-export function deviceStaticByType(params) {
+export function deviceStaticsByType(params) {
return request({
url: 'statics/deviceStaticsByType',
method: 'get',
@@ -39,7 +39,7 @@
}
// 根据权属单位统计设备数量
-export function deviceStaticByDept(params) {
+export function deviceStaticsByDept(params) {
return request({
url: 'statics/deviceStaticsByDept',
method: 'get',
diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/common.js b/src/api/common.js
index f3c0414..4c38684 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -24,3 +24,12 @@
data: param
})
}
+
+// 项目列表查询
+export function getTenantList(params) {
+ return request({
+ url: 'tenant/list',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index d6b33af..aee72a9 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -3,7 +3,7 @@
*/
import request from '@/utils/request'
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellStaticByBfzt(params) {
return request({
url: 'well/countByBfzt',
@@ -11,7 +11,7 @@
params
})
}
-// 根据权属单位统计闸井数量
+// 根据权属单位统计窨井数量
export function wellStaticByDept(params) {
return request({
url: 'statics/wellStaticsByDept',
@@ -20,7 +20,7 @@
})
}
-// 根据井类型统计闸井数量
+// 根据井类型统计窨井数量
export function wellStaticByType(params) {
return request({
url: 'statics/wellStaticsByType',
@@ -30,7 +30,7 @@
}
// 根据设备类型统计设备数量
-export function deviceStaticByType(params) {
+export function deviceStaticsByType(params) {
return request({
url: 'statics/deviceStaticsByType',
method: 'get',
@@ -39,7 +39,7 @@
}
// 根据权属单位统计设备数量
-export function deviceStaticByDept(params) {
+export function deviceStaticsByDept(params) {
return request({
url: 'statics/deviceStaticsByDept',
method: 'get',
diff --git a/src/api/well.js b/src/api/well.js
index 38ba439..127bcca 100644
--- a/src/api/well.js
+++ b/src/api/well.js
@@ -1,10 +1,10 @@
/**
- * 闸井管理接口
+ * 窨井管理接口
*/
import request from '@/utils/request'
import qs from 'qs'
-// 闸井查询
+// 窨井查询
export function getWellList(params) {
return request({
url: 'well/list',
@@ -12,7 +12,7 @@
params
})
}
-// 获取闸井详情
+// 获取窨井详情
export function getWellInfo(id) {
return request({
url: 'well/info',
@@ -23,7 +23,7 @@
})
}
-// 闸井类别
+// 窨井类别
export function getWellType(params) {
return request({
url: 'dict/code/sluicewellType',
@@ -32,7 +32,7 @@
})
}
-// 添加闸井
+// 添加窨井
export function addWell(params) {
return request({
url: 'well/add',
@@ -40,7 +40,7 @@
params
})
}
-// 修改闸井
+// 修改窨井
export function updateWell(params) {
return request({
url: 'well/update',
@@ -48,7 +48,7 @@
params
})
}
-// 删除闸井
+// 删除窨井
export function delWell(ids) {
return request({
url: 'well/delete',
@@ -103,7 +103,7 @@
}
})
}
-// 闸井批量布防
+// 窨井批量布防
export function batchBfcf(params) {
return request({
url: 'well/batchBfcf',
@@ -112,7 +112,7 @@
})
}
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellCountByBfzt() {
return request({
url: 'well/countByBfzt',
@@ -120,3 +120,11 @@
})
}
+// 单个窨井查询
+export function getWellOne(params) {
+ return request({
+ url: 'well/selectOne',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/common.js b/src/api/common.js
index f3c0414..4c38684 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -24,3 +24,12 @@
data: param
})
}
+
+// 项目列表查询
+export function getTenantList(params) {
+ return request({
+ url: 'tenant/list',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index d6b33af..aee72a9 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -3,7 +3,7 @@
*/
import request from '@/utils/request'
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellStaticByBfzt(params) {
return request({
url: 'well/countByBfzt',
@@ -11,7 +11,7 @@
params
})
}
-// 根据权属单位统计闸井数量
+// 根据权属单位统计窨井数量
export function wellStaticByDept(params) {
return request({
url: 'statics/wellStaticsByDept',
@@ -20,7 +20,7 @@
})
}
-// 根据井类型统计闸井数量
+// 根据井类型统计窨井数量
export function wellStaticByType(params) {
return request({
url: 'statics/wellStaticsByType',
@@ -30,7 +30,7 @@
}
// 根据设备类型统计设备数量
-export function deviceStaticByType(params) {
+export function deviceStaticsByType(params) {
return request({
url: 'statics/deviceStaticsByType',
method: 'get',
@@ -39,7 +39,7 @@
}
// 根据权属单位统计设备数量
-export function deviceStaticByDept(params) {
+export function deviceStaticsByDept(params) {
return request({
url: 'statics/deviceStaticsByDept',
method: 'get',
diff --git a/src/api/well.js b/src/api/well.js
index 38ba439..127bcca 100644
--- a/src/api/well.js
+++ b/src/api/well.js
@@ -1,10 +1,10 @@
/**
- * 闸井管理接口
+ * 窨井管理接口
*/
import request from '@/utils/request'
import qs from 'qs'
-// 闸井查询
+// 窨井查询
export function getWellList(params) {
return request({
url: 'well/list',
@@ -12,7 +12,7 @@
params
})
}
-// 获取闸井详情
+// 获取窨井详情
export function getWellInfo(id) {
return request({
url: 'well/info',
@@ -23,7 +23,7 @@
})
}
-// 闸井类别
+// 窨井类别
export function getWellType(params) {
return request({
url: 'dict/code/sluicewellType',
@@ -32,7 +32,7 @@
})
}
-// 添加闸井
+// 添加窨井
export function addWell(params) {
return request({
url: 'well/add',
@@ -40,7 +40,7 @@
params
})
}
-// 修改闸井
+// 修改窨井
export function updateWell(params) {
return request({
url: 'well/update',
@@ -48,7 +48,7 @@
params
})
}
-// 删除闸井
+// 删除窨井
export function delWell(ids) {
return request({
url: 'well/delete',
@@ -103,7 +103,7 @@
}
})
}
-// 闸井批量布防
+// 窨井批量布防
export function batchBfcf(params) {
return request({
url: 'well/batchBfcf',
@@ -112,7 +112,7 @@
})
}
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellCountByBfzt() {
return request({
url: 'well/countByBfzt',
@@ -120,3 +120,11 @@
})
}
+// 单个窨井查询
+export function getWellOne(params) {
+ return request({
+ url: 'well/selectOne',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/components/BigData/Card/index.vue b/src/components/BigData/Card/index.vue
index f8c359b..70a6285 100644
--- a/src/components/BigData/Card/index.vue
+++ b/src/components/BigData/Card/index.vue
@@ -17,38 +17,38 @@
diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/common.js b/src/api/common.js
index f3c0414..4c38684 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -24,3 +24,12 @@
data: param
})
}
+
+// 项目列表查询
+export function getTenantList(params) {
+ return request({
+ url: 'tenant/list',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index d6b33af..aee72a9 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -3,7 +3,7 @@
*/
import request from '@/utils/request'
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellStaticByBfzt(params) {
return request({
url: 'well/countByBfzt',
@@ -11,7 +11,7 @@
params
})
}
-// 根据权属单位统计闸井数量
+// 根据权属单位统计窨井数量
export function wellStaticByDept(params) {
return request({
url: 'statics/wellStaticsByDept',
@@ -20,7 +20,7 @@
})
}
-// 根据井类型统计闸井数量
+// 根据井类型统计窨井数量
export function wellStaticByType(params) {
return request({
url: 'statics/wellStaticsByType',
@@ -30,7 +30,7 @@
}
// 根据设备类型统计设备数量
-export function deviceStaticByType(params) {
+export function deviceStaticsByType(params) {
return request({
url: 'statics/deviceStaticsByType',
method: 'get',
@@ -39,7 +39,7 @@
}
// 根据权属单位统计设备数量
-export function deviceStaticByDept(params) {
+export function deviceStaticsByDept(params) {
return request({
url: 'statics/deviceStaticsByDept',
method: 'get',
diff --git a/src/api/well.js b/src/api/well.js
index 38ba439..127bcca 100644
--- a/src/api/well.js
+++ b/src/api/well.js
@@ -1,10 +1,10 @@
/**
- * 闸井管理接口
+ * 窨井管理接口
*/
import request from '@/utils/request'
import qs from 'qs'
-// 闸井查询
+// 窨井查询
export function getWellList(params) {
return request({
url: 'well/list',
@@ -12,7 +12,7 @@
params
})
}
-// 获取闸井详情
+// 获取窨井详情
export function getWellInfo(id) {
return request({
url: 'well/info',
@@ -23,7 +23,7 @@
})
}
-// 闸井类别
+// 窨井类别
export function getWellType(params) {
return request({
url: 'dict/code/sluicewellType',
@@ -32,7 +32,7 @@
})
}
-// 添加闸井
+// 添加窨井
export function addWell(params) {
return request({
url: 'well/add',
@@ -40,7 +40,7 @@
params
})
}
-// 修改闸井
+// 修改窨井
export function updateWell(params) {
return request({
url: 'well/update',
@@ -48,7 +48,7 @@
params
})
}
-// 删除闸井
+// 删除窨井
export function delWell(ids) {
return request({
url: 'well/delete',
@@ -103,7 +103,7 @@
}
})
}
-// 闸井批量布防
+// 窨井批量布防
export function batchBfcf(params) {
return request({
url: 'well/batchBfcf',
@@ -112,7 +112,7 @@
})
}
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellCountByBfzt() {
return request({
url: 'well/countByBfzt',
@@ -120,3 +120,11 @@
})
}
+// 单个窨井查询
+export function getWellOne(params) {
+ return request({
+ url: 'well/selectOne',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/components/BigData/Card/index.vue b/src/components/BigData/Card/index.vue
index f8c359b..70a6285 100644
--- a/src/components/BigData/Card/index.vue
+++ b/src/components/BigData/Card/index.vue
@@ -17,38 +17,38 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/api/alarmRule.js b/src/api/alarmRule.js
index 9984306..2e68297 100644
--- a/src/api/alarmRule.js
+++ b/src/api/alarmRule.js
@@ -18,3 +18,29 @@
params
})
}
+
+// 告警规则查询
+export function getAlarmLevelList(params) {
+ return request({
+ url: 'alarm/levelList',
+ method: 'get',
+ params
+ })
+}
+// 告警规则查询
+export function getAlarmLevelByType(params) {
+ return request({
+ url: 'alarm/levelByType',
+ method: 'get',
+ params
+ })
+}
+
+// 修改告警规则
+export function updateAlarmLevel(params) {
+ return request({
+ url: 'alarm/configLevel',
+ method: 'post',
+ data: params
+ })
+}
diff --git a/src/api/common.js b/src/api/common.js
index f3c0414..4c38684 100644
--- a/src/api/common.js
+++ b/src/api/common.js
@@ -24,3 +24,12 @@
data: param
})
}
+
+// 项目列表查询
+export function getTenantList(params) {
+ return request({
+ url: 'tenant/list',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/api/dataStatics.js b/src/api/dataStatics.js
index d6b33af..aee72a9 100644
--- a/src/api/dataStatics.js
+++ b/src/api/dataStatics.js
@@ -3,7 +3,7 @@
*/
import request from '@/utils/request'
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellStaticByBfzt(params) {
return request({
url: 'well/countByBfzt',
@@ -11,7 +11,7 @@
params
})
}
-// 根据权属单位统计闸井数量
+// 根据权属单位统计窨井数量
export function wellStaticByDept(params) {
return request({
url: 'statics/wellStaticsByDept',
@@ -20,7 +20,7 @@
})
}
-// 根据井类型统计闸井数量
+// 根据井类型统计窨井数量
export function wellStaticByType(params) {
return request({
url: 'statics/wellStaticsByType',
@@ -30,7 +30,7 @@
}
// 根据设备类型统计设备数量
-export function deviceStaticByType(params) {
+export function deviceStaticsByType(params) {
return request({
url: 'statics/deviceStaticsByType',
method: 'get',
@@ -39,7 +39,7 @@
}
// 根据权属单位统计设备数量
-export function deviceStaticByDept(params) {
+export function deviceStaticsByDept(params) {
return request({
url: 'statics/deviceStaticsByDept',
method: 'get',
diff --git a/src/api/well.js b/src/api/well.js
index 38ba439..127bcca 100644
--- a/src/api/well.js
+++ b/src/api/well.js
@@ -1,10 +1,10 @@
/**
- * 闸井管理接口
+ * 窨井管理接口
*/
import request from '@/utils/request'
import qs from 'qs'
-// 闸井查询
+// 窨井查询
export function getWellList(params) {
return request({
url: 'well/list',
@@ -12,7 +12,7 @@
params
})
}
-// 获取闸井详情
+// 获取窨井详情
export function getWellInfo(id) {
return request({
url: 'well/info',
@@ -23,7 +23,7 @@
})
}
-// 闸井类别
+// 窨井类别
export function getWellType(params) {
return request({
url: 'dict/code/sluicewellType',
@@ -32,7 +32,7 @@
})
}
-// 添加闸井
+// 添加窨井
export function addWell(params) {
return request({
url: 'well/add',
@@ -40,7 +40,7 @@
params
})
}
-// 修改闸井
+// 修改窨井
export function updateWell(params) {
return request({
url: 'well/update',
@@ -48,7 +48,7 @@
params
})
}
-// 删除闸井
+// 删除窨井
export function delWell(ids) {
return request({
url: 'well/delete',
@@ -103,7 +103,7 @@
}
})
}
-// 闸井批量布防
+// 窨井批量布防
export function batchBfcf(params) {
return request({
url: 'well/batchBfcf',
@@ -112,7 +112,7 @@
})
}
-// 根据布防状态统计闸井数量
+// 根据布防状态统计窨井数量
export function wellCountByBfzt() {
return request({
url: 'well/countByBfzt',
@@ -120,3 +120,11 @@
})
}
+// 单个窨井查询
+export function getWellOne(params) {
+ return request({
+ url: 'well/selectOne',
+ method: 'get',
+ params
+ })
+}
diff --git a/src/components/BigData/Card/index.vue b/src/components/BigData/Card/index.vue
index f8c359b..70a6285 100644
--- a/src/components/BigData/Card/index.vue
+++ b/src/components/BigData/Card/index.vue
@@ -17,38 +17,38 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 8e84b63..ae70a77 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -5,6 +5,7 @@
:row-key="rowkey"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
default-expand-all>
+
{{ scope.$index }}
@@ -26,66 +27,70 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 8e84b63..ae70a77 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -5,6 +5,7 @@
:row-key="rowkey"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
default-expand-all>
+
{{ scope.$index }}
@@ -26,66 +27,70 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 8e84b63..ae70a77 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -5,6 +5,7 @@
:row-key="rowkey"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
default-expand-all>
+
{{ scope.$index }}
@@ -26,66 +27,70 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 8e84b63..ae70a77 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -5,6 +5,7 @@
:row-key="rowkey"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
default-expand-all>
+
{{ scope.$index }}
@@ -26,66 +27,70 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 8e84b63..ae70a77 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -5,6 +5,7 @@
:row-key="rowkey"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
default-expand-all>
+
{{ scope.$index }}
@@ -26,66 +27,70 @@
diff --git a/src/components/DeptSelect/index.vue b/src/components/DeptSelect/index.vue
index ef5f59c..7716d41 100644
--- a/src/components/DeptSelect/index.vue
+++ b/src/components/DeptSelect/index.vue
@@ -12,94 +12,97 @@
+
diff --git a/src/components/TreeTable/index.vue b/src/components/TreeTable/index.vue
index 8e84b63..ae70a77 100644
--- a/src/components/TreeTable/index.vue
+++ b/src/components/TreeTable/index.vue
@@ -5,6 +5,7 @@
:row-key="rowkey"
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
default-expand-all>
+
{{ scope.$index }}
@@ -26,66 +27,70 @@