This commit is contained in:
parent
1f765616cb
commit
16eec7e36d
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue