diff --git a/src/api/oms/emisStaff.js b/src/api/oms/emisStaff.js
index b9d00cc..f1d84cb 100644
--- a/src/api/oms/emisStaff.js
+++ b/src/api/oms/emisStaff.js
@@ -87,6 +87,18 @@ export function listChildUser(query) {
}
+export function delChildUser(userId) {
+ return request({
+ url: '/oms2c/emisStaff/delChildUser/' + userId,
+ method: 'delete'
+ })
+}
+
+
+
+
+
+
diff --git a/src/views/system/role/OmsRoleList.vue b/src/views/system/role/OmsRoleList.vue
index 6f14532..00e93b7 100644
--- a/src/views/system/role/OmsRoleList.vue
+++ b/src/views/system/role/OmsRoleList.vue
@@ -7,18 +7,8 @@
placeholder="请输入角色名称"
clearable
style="width: 240px"
- @keyup.enter.native="handleQuery"
/>
-
-->
-
-
-
-
-
+
+
+
+
+
+
@@ -218,7 +219,7 @@