|
@@ -209,6 +209,10 @@ export default {
|
|
this.$message.error('您没有权限')
|
|
this.$message.error('您没有权限')
|
|
return false
|
|
return false
|
|
}
|
|
}
|
|
|
|
+ if(this.account != 'per' || this.account != 'com') {
|
|
|
|
+ this.$message.error('您没有权限')
|
|
|
|
+ return false
|
|
|
|
+ }
|
|
if(rows && typeof rows == 'number' ) {
|
|
if(rows && typeof rows == 'number' ) {
|
|
this.rows = rows
|
|
this.rows = rows
|
|
} else {
|
|
} else {
|