From 6405f773edfa87350847a6459de04ea07e710989 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 07 十二月 2023 17:26:30 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue b/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue index 85e81e2..106574f 100644 --- a/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue +++ b/web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue @@ -375,7 +375,7 @@ warehouseId: this.dataForm.id, projectId: this.dataForm.projectId } - let res = await this.$http.get(`/configItemChange/ConfigItemWarehouse/getDto`, {params: params}) + let res = await this.$http.get(`/configItemChange/ConfigItemChange/getDto`, {params: params}) this.dataForm = { ...this.dataForm, ...res.data @@ -411,7 +411,7 @@ } this.dataForm.flowInfoDto = flowInfo; } - let res = await this.$http[!this.dataForm.id ? 'post' : 'put']('/configItemChange/ConfigItemWarehouse/', this.dataForm) + let res = await this.$http[!this.dataForm.id ? 'post' : 'put']('/configItemChange/ConfigItemChange/', this.dataForm) if (res.success) { await this.$tip.success() this.$refs.dialog.close() -- Gitblit v1.9.1