This commit is contained in:
jingna 2025-06-17 09:28:47 +08:00
parent 0c148e58dd
commit d9ce1f746b
2 changed files with 3 additions and 1 deletions

View File

@ -607,7 +607,7 @@ strong {
.form-item-dark {
.ed-input-number__decrease,
.ed-input-number__increase {
color: #a6a6a6;
color: #a6a6a6 !important;
}
}

View File

@ -26,6 +26,7 @@ const showmodule = ref(false)
const currentMoudleId = ref('')
const showermission = ref(false)
const showUserInfo = ref(false)
const currentrow = ref({})
watch(
() => props.menuList,
(newVal) => {
@ -54,6 +55,7 @@ function childmenuclick(item: any) {
showUserInfo.value = false
if (item.module_id && item.module_id !== '') {
currentMoudleId.value = item.module_id
console.log('传递给 Assocmodule 的 props:',item)
showmodule.value = true
} else {
showmodule.value = false