CN-32 CN-33 : 角色菜单添加 用户管理界面bug修改
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
:custom-table-title="tools.customTableTitle"
|
||||
:height="mainTableHeight"
|
||||
:table-data="tableData"
|
||||
@del="del"
|
||||
@delete="del"
|
||||
@edit="edit"
|
||||
@orderBy="tableDataSort"
|
||||
@reload="getTableData"
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
email: '',
|
||||
pin: '',
|
||||
mobile: '',
|
||||
status: '1',
|
||||
status: 1,
|
||||
roleIds: '',
|
||||
pinChange: ''
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user