From 002b75133739af59d38fa1f047af8f9128810f47 Mon Sep 17 00:00:00 2001 From: "BOOL\\25024" Date: Mon, 4 Nov 2024 10:37:29 +0800 Subject: [PATCH] update (cherry picked from commit 94953fe6b557c6fbecc22f587e6b2e24ea8b3928) --- .../src/views/pile/station/splitConfig.vue | 23 ++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/jsowell-ui/src/views/pile/station/splitConfig.vue b/jsowell-ui/src/views/pile/station/splitConfig.vue index 583839aba..c0e13a08a 100644 --- a/jsowell-ui/src/views/pile/station/splitConfig.vue +++ b/jsowell-ui/src/views/pile/station/splitConfig.vue @@ -35,14 +35,18 @@ + + + @@ -169,7 +173,10 @@ export default { }); // 检查是否只有一个人承担手续费 if (trueCount != 1) return this.$modal.msgError("手续费只能有一个人承担"); + this.$modal.msgSuccess("修改成功"); }, + //删除 + deleteUpdate() {}, }, };