mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 08:46:35 +08:00
同步
This commit is contained in:
@@ -49,6 +49,18 @@ export default {
|
||||
created() {
|
||||
this.init();
|
||||
},
|
||||
watch: {
|
||||
selectionRole:{
|
||||
handler(val, oldVal){
|
||||
if(val.length==1)
|
||||
{
|
||||
////
|
||||
this.selectionMenu=[{id:38},{id:39}]
|
||||
}
|
||||
},
|
||||
deep:true
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
setMenu(){
|
||||
var roleIds=[];
|
||||
|
||||
Reference in New Issue
Block a user