Browse Source

修改参数问题

lex-xin 5 years ago
parent
commit
1d88c3f941
3 changed files with 4 additions and 0 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.2bf9e90a.js
  3. 4 0
      src/views/orderAccount/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.2bf9e90a.js


+ 4 - 0
src/views/orderAccount/index.vue

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

Some files were not shown because too many files changed in this diff