ソースを参照

修改参数问题

lex-xin 5 年 前
コミット
1d88c3f941
3 ファイル変更4 行追加0 行削除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.2bf9e90a.js
  3. 4 0
      src/views/orderAccount/index.vue

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 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 {

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません