From 16eec7e36d2d676bba13500f6e9d1120c7f9e1ff Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 10 Dec 2025 19:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentEntryApply/equipmentInput/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/EquipmentEntryApply/equipmentInput/index.vue b/src/views/EquipmentEntryApply/equipmentInput/index.vue index 59c93157..0ef8a3cc 100644 --- a/src/views/EquipmentEntryApply/equipmentInput/index.vue +++ b/src/views/EquipmentEntryApply/equipmentInput/index.vue @@ -999,8 +999,8 @@ export default { } if (hasMissing) return - this.isSubmit = true if (this.isSubmit) return + this.isSubmit = true const loading = this.$loading() equipmentSubmitApiNew({ id: this.orderId, status: 0 }) .then((res) => {