This commit is contained in:
bb_pan 2025-12-10 19:57:55 +08:00
parent 1f765616cb
commit 16eec7e36d
1 changed files with 1 additions and 1 deletions

View File

@ -999,8 +999,8 @@ export default {
} }
if (hasMissing) return if (hasMissing) return
this.isSubmit = true
if (this.isSubmit) return if (this.isSubmit) return
this.isSubmit = true
const loading = this.$loading() const loading = this.$loading()
equipmentSubmitApiNew({ id: this.orderId, status: 0 }) equipmentSubmitApiNew({ id: this.orderId, status: 0 })
.then((res) => { .then((res) => {