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