邓洁 : 修改页面细节

This commit is contained in:
邓洁
2023-11-05 22:58:59 +08:00
parent 30ba4268be
commit f385a50542
27 changed files with 97 additions and 32 deletions

View File

@@ -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;