mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-16 06:06:37 +08:00
完善动态菜单、设置角色等功能,修复登录问题
This commit is contained in:
@@ -58,6 +58,8 @@ export default {
|
||||
watch:{
|
||||
select:{//深度监听,可监听到对象、数组的变化
|
||||
handler(val, oldVal){
|
||||
console.log(oldVal)
|
||||
console.log(val)
|
||||
this.$emit("select",val);
|
||||
},
|
||||
deep:true
|
||||
|
||||
Reference in New Issue
Block a user