diff --git a/.env.development b/.env.development index 0fde813fa..9c8490046 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ NODE_ENV=development # VUE_APP_API_SERVER = https://epmet-preview.elinkservice.cn/api # VUE_APP_API_SERVER = http://192.168.1.60:8080/api -VUE_APP_API_SERVER = http://219.146.91.110:30801/api +VUE_APP_API_SERVER = http://localhost:8080/api # VUE_APP_API_SERVER = http://219.146.91.110:30801/api219.146.91.110:30801 # VUE_APP_API_SERVER = https://epmet-yantai.elinkservice.cn/api # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api diff --git a/src/views/modules/workSys/role/role.vue b/src/views/modules/workSys/role/role.vue index f00869619..b875a5d57 100644 --- a/src/views/modules/workSys/role/role.vue +++ b/src/views/modules/workSys/role/role.vue @@ -38,7 +38,7 @@ class="diy-button--white" @click="resetSearch">重置 - +
@@ -55,7 +55,7 @@ border :height="tableHeight" v-loading="tableLoading" - + style="width: 100%"> + + + + + + + + + { + this.orgLevels = data + console.log("行政组织级别:", data) + }) } }, computed: { @@ -321,8 +344,6 @@ export default { name: [ { required: true, message: '角色名称不能为空', trigger: 'change' } ], - - } },