From baa5c3124a423fc015e19e37e44abe09d320f846 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Jan 2025 16:24:00 +0800 Subject: [PATCH] =?UTF-8?q?refactor(xumu):=20=E4=BC=98=E5=8C=96=20AppWeigh?= =?UTF-8?q?tManage=20=E6=B7=BB=E5=8A=A0=E6=8E=A5=E5=8F=A3=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=96=B9=E5=BC=8F-=20=E4=BF=AE=E6=94=B9=E4=BA=86=20Ap?= =?UTF-8?q?pWeightManage/add.vue=20=E6=96=87=E4=BB=B6=E4=B8=AD=E7=9A=84=20?= =?UTF-8?q?submit=20=E6=96=B9=E6=B3=95=20-=20=E5=B0=86=20post=20=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E7=9A=84=E5=8F=82=E6=95=B0=E4=BC=A0=E9=80=92=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=BB=8E=20body=20=E6=94=B9=E4=B8=BA=20params=20-=20?= =?UTF-8?q?=E8=BF=99=E7=A7=8D=E6=94=B9=E5=8A=A8=E5=8F=AF=E8=83=BD=E4=BC=9A?= =?UTF-8?q?=E5=BD=B1=E5=93=8D=E5=90=8E=E7=AB=AF=E6=8E=A5=E5=8F=A3=E7=9A=84?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=9B=B8=E5=BA=94=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xumu/AppWeightManage/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xumu/AppWeightManage/add.vue b/project/xumu/AppWeightManage/add.vue index 54350e94..0dbdca35 100644 --- a/project/xumu/AppWeightManage/add.vue +++ b/project/xumu/AppWeightManage/add.vue @@ -62,7 +62,7 @@ export default { submit() { this.$refs.detail.validate().then(() => { this.form.biochipEarNumber = this.detail.biochipEarNumber - this.instance.post("/api/breed/weight/addOrEdit", this.form).then(res => { + this.instance.post("/api/breed/weight/addOrEdit", null, {params: this.form}).then(res => { if (res?.code == 0) { this.dialog = false this.getDetail()