-
-
+
+
-
-
+
+
-
+
-
-
+
+
@@ -38,8 +38,11 @@
\ No newline at end of file
diff --git a/frontend/src/views/authority/role/index.vue b/frontend/src/views/authority/role/index.vue
index 6537609..7e03b84 100644
--- a/frontend/src/views/authority/role/index.vue
+++ b/frontend/src/views/authority/role/index.vue
@@ -8,11 +8,11 @@
- 新增角色
- 导出角色数据
+ 新增
+ 导出数据
- 批量删除角色
+ 批量删除
@@ -28,6 +28,7 @@
:dialogVisible = roleUnitVisible
:title = roleUnitTitle
:data = roleUnitData
+ :updataList = "updataList"
@update:visible="roleUnitVisible = $event"
/>
([])
+
+ function updataList() {
getRoleList({
id: '',
rolename: '',
@@ -91,8 +94,13 @@
}).then(res => {
if(res.code == '200') {
roleData.value = res.data.list
+
+ console.log(11111);
+
}
})
+ }
+ updataList()
// ProTable 实例
const proTable = ref()
@@ -166,6 +174,7 @@
const deleteAccount = async (params: Role.ResRoleList) => {
await useHandleData(deleteRole, { id: [params.id] }, `删除【${params.rolename}】角色`)
proTable.value?.getTableList()
+ updataList()
}
// 批量删除角色信息
diff --git a/frontend/src/views/authority/user/index.vue b/frontend/src/views/authority/user/index.vue
index eb9ad08..e132d77 100644
--- a/frontend/src/views/authority/user/index.vue
+++ b/frontend/src/views/authority/user/index.vue
@@ -7,11 +7,11 @@
>
- 新增用户
- 导出用户数据
+ 新增
+ 导出数据
- 批量删除角色
+ 批量删除
diff --git a/frontend/src/views/machine/device/index.vue b/frontend/src/views/machine/device/index.vue
index 52f3789..24ec09e 100644
--- a/frontend/src/views/machine/device/index.vue
+++ b/frontend/src/views/machine/device/index.vue
@@ -8,10 +8,10 @@
- 新增设备
- 导出设备数据
+ 新增
+ 导出数据
- 批量删除设备
+ 批量删除
diff --git a/frontend/src/views/machine/testScript/index.vue b/frontend/src/views/machine/testScript/index.vue
index 33582ea..984e4c2 100644
--- a/frontend/src/views/machine/testScript/index.vue
+++ b/frontend/src/views/machine/testScript/index.vue
@@ -8,10 +8,10 @@
- 新增检测脚本
- 导出脚本数据
+ 新增
+ 导出数据
- 批量删除脚本
+ 批量删除
diff --git a/frontend/src/views/machine/testSource/index.vue b/frontend/src/views/machine/testSource/index.vue
index c96126a..22a2561 100644
--- a/frontend/src/views/machine/testSource/index.vue
+++ b/frontend/src/views/machine/testSource/index.vue
@@ -8,10 +8,10 @@
- 新增检测源
- 导出检测源数据
+ 新增
+ 导出数据
- 批量删除检测源
+ 批量删除