|
@@ -256,7 +256,12 @@ export default{
|
|
|
},
|
|
|
// 获取查看权限ID
|
|
|
handleSelectionChange(val) {
|
|
|
- this.multipleSelection = val;
|
|
|
+ this.multipleSelection = val;
|
|
|
+ if(this.mutipleSelection.length === 3) {
|
|
|
+ console.log(hahahaha)
|
|
|
+ }else {
|
|
|
+ console.log(heihei)
|
|
|
+ }
|
|
|
},
|
|
|
// 打开修改角色的弹框
|
|
|
openEidtRole(user) {
|
|
@@ -416,4 +421,5 @@ export default{
|
|
|
text-align: center;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
+
|
|
|
</style>
|