From c79fc16b0a6c7496332c65c4b236ba2d80c38a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 19:13:25 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index abaea260..8b1f59a4 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -214,7 +214,7 @@ export default { if (v) { if (this.lock) return this.$message.error("请勿多次提交!") this.lock = true - this.instance.post("/user/edit", this.dialogForm).then(res => { + this.instance.post("/user/empower", this.dialogForm).then(res => { this.lock = false if (res?.code == 0) { this.dialog = false; From 3031392f899297e55e0c8944c4c656e436634ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 19:31:39 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E5=8D=95=E4=B8=AA=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue index 8b1f59a4..fe4f60dc 100644 --- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue +++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue @@ -190,7 +190,7 @@ export default { this.dialog = true this.dialogForm = JSON.parse(JSON.stringify({ ...row, - sysUserIds: [row.sysUserId], + sysUserIds: [row.id], areaId: row.areaId || this.user.info.areaId })); }, From e86d35858c8c7dbb01c09ee0cf6b893829d55c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com> Date: Tue, 1 Mar 2022 19:55:36 +0800 Subject: [PATCH 3/3] 27879 --- .../xiushan/apps/finance/AppFinanceProduct/productList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue index ffd03d26..49a297ff 100644 --- a/project/xiushan/apps/finance/AppFinanceProduct/productList.vue +++ b/project/xiushan/apps/finance/AppFinanceProduct/productList.vue @@ -13,7 +13,7 @@ @change="page.current=1,getTableData()"/> @@ -68,7 +68,7 @@ export default { }, data() { return { - search: {name: ""}, + search: {productName: ""}, page: {current: 1, size: 10, total: 0}, tableData: [], colConfigs: [