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) => {