From ab39c06d6a6af742d05781b1f8da4edc3787be05 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Tue, 26 Nov 2024 16:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=B4=E4=BF=AE=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue index e67aa7cd4a..921b947e2e 100644 --- a/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue +++ b/yxt-as-ui/src/views/operation/repairbill/repairbillAdd.vue @@ -1626,7 +1626,7 @@ export default { req.settle(this.formobj).then((res) => { if (res.success) { this.viewState = 3 - this.$refs['divSettle'].showEdit(this.formobj) + this.$refs['divSettle'].showAdd(this.formobj) } else { this.$message({ showClose: true, type: 'error', message: res.msg }) }