From 9cfc36e571ea93635e54d93e31fcc091eba9ca9e Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 17 十月 2023 11:44:25 +0800 Subject: [PATCH] bug修复(5232) --- src/views/other/payment/receipt/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/other/payment/receipt/index.vue b/src/views/other/payment/receipt/index.vue index 3270ab7..c6ad29d 100644 --- a/src/views/other/payment/receipt/index.vue +++ b/src/views/other/payment/receipt/index.vue @@ -247,7 +247,7 @@ this.editConfig.visible = true this.editConfig.title = "鏂板缓" this.editConfig.sourceType = this.sourceType - this.editConfig.infomation = { ...this.addConfig, number: "" } + this.editConfig.infomation = { ...this.addConfig, saleDetailNumber: "" } } } } -- Gitblit v1.8.0