|
@@ -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: {
|