From 77ade51f3cf84a4a5f262e402c86b59ff5ae7b8f Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 16 Aug 2024 11:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/workplace/workplaceManage.vue | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/views/basic/workplace/workplaceManage.vue b/src/views/basic/workplace/workplaceManage.vue index 7d123948..567e172b 100644 --- a/src/views/basic/workplace/workplaceManage.vue +++ b/src/views/basic/workplace/workplaceManage.vue @@ -167,7 +167,7 @@ -
{{this.rowData.workplaceName}}-用户列表
+
{{workplaceName}}-用户列表
{ + console.log("res",res) if (res.code != 20000) { return this.$message.error('新增错误') } this.addWorkplaceDialogVisible = false - this.$message.success(res.data) - this.query.code = this.groupData.code - if (this.query.code == 1001) { - this.query.code = null - } + this.$message.success("新增成功") + // this.query.code = this.groupData.code + // if (this.query.code == 1001) { + // this.query.code = null + // } this.getList() }).catch(() => { @@ -796,6 +798,7 @@ export default { }, handCurrentChange(row) { this.rowData = row + this.workplaceName = row.workplaceName this.userQuery.workplaceCode = row.workplaceId this.getUserBindWork(this.userQuery) },