From 644aad632b70e827106e202814066882adbcf5e4 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期四, 03 四月 2025 10:03:33 +0800 Subject: [PATCH] fix --- src/views/placement-batch/components/exportMoneyApplay.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/placement-batch/components/exportMoneyApplay.vue b/src/views/placement-batch/components/exportMoneyApplay.vue index 19457a6..aaa5a7d 100644 --- a/src/views/placement-batch/components/exportMoneyApplay.vue +++ b/src/views/placement-batch/components/exportMoneyApplay.vue @@ -66,6 +66,7 @@ </template> <script> + export default { name: "ExportMoneyApplay", props: { @@ -86,6 +87,7 @@ default: "", }, }, + data() { return { loading: false, @@ -110,7 +112,6 @@ }, methods: { open() { - console.log("333333333333333333", this.batchNumber); this.form.batchNumber = JSON.parse(JSON.stringify(this.batchNumber)); }, handlehouseholdFileChange(file, fileList) { @@ -143,6 +144,8 @@ this.loading = true; if (this.type == 2) { delete this.form.assetFile; + }else if (this.type == 1) { + delete this.form.householdFile; } this.$emit("importPrice", this.form); setTimeout(() => { -- Gitblit v1.7.1