From 90660a13752f2e5b2c778bb1d7c9e6915346dbde Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 17 十月 2023 12:00:01 +0800 Subject: [PATCH] 编码的校验问题 --- 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