|
@@ -282,6 +282,10 @@ export default {
|
|
|
this.userinfoDialogVisible = true
|
|
|
break;
|
|
|
case 'clientble':
|
|
|
+ if(!this.$permission.FunPermissions('xiaoshi/customerManage')){
|
|
|
+ this.$showPermissionDialog()
|
|
|
+ return false
|
|
|
+ }
|
|
|
this.clientVisible = true
|
|
|
this.clientTitle = '客户管理'
|
|
|
break;
|