修改
This commit is contained in:
parent
0c148e58dd
commit
d9ce1f746b
@ -607,7 +607,7 @@ strong {
|
||||
.form-item-dark {
|
||||
.ed-input-number__decrease,
|
||||
.ed-input-number__increase {
|
||||
color: #a6a6a6;
|
||||
color: #a6a6a6 !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user