From 9ffa4aac7e3ae6b268dbc3567a0749a9898c3708 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 11 一月 2024 18:09:09 +0800
Subject: [PATCH] ERP接口
---
admin/src/views/business/laborSource.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/admin/src/views/business/laborSource.vue b/admin/src/views/business/laborSource.vue
index 7575406..305de49 100644
--- a/admin/src/views/business/laborSource.vue
+++ b/admin/src/views/business/laborSource.vue
@@ -68,18 +68,17 @@
getData () {
getLaborConfigDTO({})
.then(res => {
- this.form.id = res.id
- this.form.checkVisit = res.LaborConfigParam.checkVisit
+ this.form.checkVisit = res.laborConfigParam.checkVisit
this.form.description = res.description
- this.form.healthCard = res.LaborConfigParam.healthCard
- this.form.isAnswer = res.LaborConfigParam.isAnswer
- this.form.reservationWay = res.LaborConfigParam.reservationWay
+ this.form.healthCard = res.laborConfigParam.healthCard
+ this.form.isAnswer = res.laborConfigParam.isAnswer
+ this.form.reservationWay = res.laborConfigParam.reservationWay
this.form.theme = res.theme
})
},
submit () {
updateLaborConfigDTO({
- LaborConfigParam: {
+ laborConfigParam: {
isAnswer: this.form.isAnswer,
healthCard: this.form.healthCard,
checkVisit: this.form.checkVisit,
--
Gitblit v1.9.3