Browse Source

测试提交

林倩 3 years ago
parent
commit
2c251ecf19
1 changed files with 1 additions and 23 deletions
  1. 1 23
      src/pages/appfun-auth-manage/role-auth-manage/roleView.vue

+ 1 - 23
src/pages/appfun-auth-manage/role-auth-manage/roleView.vue

@@ -101,29 +101,7 @@ export default {
         { label: '业务域标签', prop: 'roleBusiness', code: 'DM_POLICE_BUSINESS' }
       ],
       roleTableUrl: roleAuthApi.getRoleListByAppid,
-      userConditionForm: [
-        {
-          label: '单位名称',
-          name: 'orgId',
-          op: '=',
-          value: '',
-          apiName: 'getTree',
-          nodeKey: 'id',
-          type: 'APP',
-          component: 'SelectOrgTree',
-          placeholder: '请选择单位名称'
-        },
-        {
-          label: '姓名',
-          name: 'name',
-          op: 'like',
-          value: '',
-          component: 'ElInput',
-          attr: {
-            style: 'width: 130px'
-          }
-        }
-      ],
+      userConditionForm,
       userOptList: ['保存'],
       persionListData: [],
       userCondition: {