From b1449ea7ad46f2655a84eaf63093fa1f233c8b67 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Sat, 27 Jun 2020 21:58:08 +0800 Subject: [PATCH] implementrule part1 --- client/src/views/standard/standard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/views/standard/standard.vue b/client/src/views/standard/standard.vue index 87a3b51..8f602d4 100644 --- a/client/src/views/standard/standard.vue +++ b/client/src/views/standard/standard.vue @@ -269,7 +269,7 @@ export default { if (valid) { const isEdit = this.dialogType === "edit"; if (isEdit) { - updateUser(this.user.id, this.user).then(res => { + updateStandard(this.standard.id, this.standard).then(res => { if (res.code >= 200) { this.getList(); this.dialogVisible = false