Browse Source

修改分部问题

王新雷 4 years ago
parent
commit
03c0d88315

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


+ 1 - 0
dist/static/css/chunk-5d19bd26.998af2ac.css

@@ -0,0 +1 @@
+[data-v-2698df34] .el-button--primary,[data-v-2698df34] .el-button--primary:active,[data-v-2698df34] .el-button--primary:focus,[data-v-2698df34] .el-button--primary:hover{background:#14928a;border-color:#14928a;color:#fff}[data-v-2698df34] .el-dialog__body{padding:0 20px}[data-v-2698df34] .el-date-editor.el-input,[data-v-2698df34] .el-select{width:100%!important}

+ 0 - 1
dist/static/css/chunk-a0e403b6.6c22ea37.css

@@ -1 +0,0 @@
-[data-v-78a915bc] .el-button--primary,[data-v-78a915bc] .el-button--primary:active,[data-v-78a915bc] .el-button--primary:focus,[data-v-78a915bc] .el-button--primary:hover{background:#14928a;border-color:#14928a;color:#fff}[data-v-78a915bc] .el-dialog__body{padding:0 20px}[data-v-78a915bc] .el-date-editor.el-input,[data-v-78a915bc] .el-select{width:100%!important}

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


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-5d19bd26.7682850f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-a0e403b6.fad8b8b2.js


+ 2 - 2
src/views/categroyManager/insideSetting/staffManager.vue

@@ -432,12 +432,11 @@ export default {
       })
     },
     getRoleList () { // 获取角色
-      this.roleList = []
-      this.branchList = []
       getUserRole({ delFlag: 0, rows: 9999 }).then(res => {
         let result = res.data
         if (res.code == 200 && result && result.rows.length > 0) {
           result.rows.forEach(item => {
+            this.roleList = []
             this.roleList.push({
               label: item.roleName,
               value: item.id
@@ -450,6 +449,7 @@ export default {
         rows: 9999
       }).then(res => {
         if (res.code == 200 && res.data && res.data.rows) {
+          this.branchList = []
           res.data.rows.forEach(item => {
             this.branchList.push({
               label: item.name,

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