邓洁 : 修改页面细节
This commit is contained in:
@@ -188,6 +188,7 @@ const searchRole = async () => {
|
||||
...queryParams,
|
||||
...pageInfo
|
||||
};
|
||||
loading.value = true
|
||||
getRoleInfoByMenuId(params).then(res => {
|
||||
if (res.code === 1000) {
|
||||
list.value = res.data.rows;
|
||||
@@ -205,6 +206,7 @@ const getExcludeRole = async () => {
|
||||
...query,
|
||||
...pageInfo
|
||||
};
|
||||
dialogLoading.value = true;
|
||||
getRoleExcludeMenuId(params).then(res => {
|
||||
if (res.code === 1000) {
|
||||
roleList.value = res.data.rows;
|
||||
|
||||
Reference in New Issue
Block a user