浏览代码

修改参数问题

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 {

部分文件因为文件数量过多而无法显示