From 1c007697279e0b30183c475b1217d4600d57c4a3 Mon Sep 17 00:00:00 2001 From: anthonywj Date: Wed, 11 Jan 2023 09:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=9B=B8=E5=85=B3bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 3 +- src/views/system/role/index.vue | 2 +- src/views/system/user/authUser.vue | 12 ++-- src/views/thirdSys/inv/index.vue | 98 +++++++++++++++--------------- 4 files changed, 60 insertions(+), 55 deletions(-) diff --git a/.env.production b/.env.production index d87d2be2..c7a22f1e 100644 --- a/.env.production +++ b/.env.production @@ -3,7 +3,8 @@ VUE_APP_TITLE = UDI管理系统 # 生产环境配置 ENV = 'production' -VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' +# VUE_APP_BASE_API = 'http://116.204.71.86:9150/UDI_WMS_MC/' +VUE_APP_BASE_API = 'http://192.168.0.62:9150/UDI_WMS_MC/' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/UDI_WMS_NEW/' diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index a00cbf52..f7ff9743 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -571,7 +571,7 @@ export default { /** 删除按钮操作 */ handleDelete(row) { const roleIds = row.roleId || this.ids; - this.$modal.confirm('是否确认删除角色编号为"' + roleIds + '"的数据项?').then(function () { + this.$modal.confirm('是否确认删除该角色?').then(function () { return delRole(roleIds); }).then(() => { this.getList(); diff --git a/src/views/system/user/authUser.vue b/src/views/system/user/authUser.vue index 4bd5ae9f..8d64df2e 100644 --- a/src/views/system/user/authUser.vue +++ b/src/views/system/user/authUser.vue @@ -137,7 +137,7 @@ - + 提交 @@ -308,7 +307,10 @@ export default { ], userFlag: [ {required: true, message: "请选择状态", trigger: "change"} - ] + ], + depts: [ + {required: true, message: "请选择所属部门", trigger: "change"} + ], }, editRules: { userName: [ @@ -416,6 +418,8 @@ export default { dept: row.dept, }; this.selectDeptList = row.depts; + }else { + this.selectDeptList = []; } this.formName = "add"; this.formRules = this.addRules; @@ -439,10 +443,10 @@ export default { this.$message.error("未指定角色!") return; } + this.formData.depts = this.selectDeptList; this.$refs["dataForm"].validate(valid => { if (valid) { this.formLoading = true; - this.formData.depts = this.selectDeptList; let data = Object.assign({}, this.formData); authAdminSave(data, this.formName).then(response => { this.formLoading = false; diff --git a/src/views/thirdSys/inv/index.vue b/src/views/thirdSys/inv/index.vue index 04e5ad10..e974d1ee 100644 --- a/src/views/thirdSys/inv/index.vue +++ b/src/views/thirdSys/inv/index.vue @@ -112,56 +112,56 @@ :limit.sync="query.limit" @pagination="getList" /> - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + + +