From c9281d6456f16d114d07ec4797add99b253acea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=AD=90=E9=BE=99?= <14096380+qwe963852@user.noreply.gitee.com> Date: Wed, 25 Sep 2024 20:38:58 +0800 Subject: [PATCH] =?UTF-8?q?test:=E8=A7=A3=E5=86=B3=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E5=80=BC=E4=B8=8D=E5=9B=9E=E6=98=BE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/breakdown/breakdown/index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/breakdown/breakdown/index.vue b/src/views/breakdown/breakdown/index.vue index 997b2cf..2b69daf 100644 --- a/src/views/breakdown/breakdown/index.vue +++ b/src/views/breakdown/breakdown/index.vue @@ -200,14 +200,14 @@ - - + {{ dict.label }} - - + :label="dict.label" + :value="Number(dict.value)" + /> + @@ -386,6 +386,7 @@ export default { if (valid) { if (this.form.id != null) { updateBreakdown(this.form).then(response => { + this.$modal.msgSuccess("修改成功"); this.open = false; this.getList();