From a819e4d4a37e9899b9041ef2846b7a343b7d3c1e Mon Sep 17 00:00:00 2001 From: shijing Date: Mon, 10 Feb 2025 17:19:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:coding#787=E3=80=812?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index cf453a02..2f0bb8d6 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -181,6 +181,10 @@ export default { type: String, default: "", }, + batchNumber:{ + type: String, + default: "", + }, }, emits: ["success", "closed"], data() { @@ -214,6 +218,7 @@ export default { }, mounted() { let that = this; + that.addTemplate.number = that.batchNumber; that.params.mlogb = that.addTemplate.mlogb = that.mlogb; }, methods: {